Skip to content

Commit

Permalink
A more useful PINT scenario suite title
Browse files Browse the repository at this point in the history
  • Loading branch information
gj0dcsa committed Sep 30, 2024
1 parent ba778c9 commit b0fb22d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ private PintStandard() {
public SortedMap<String, SortedSet<String>> getScenarioSuitesByStandardVersion() {
return new TreeMap<>(
Map.ofEntries(
Map.entry("3.0.0", new TreeSet<>(Set.of("Reference Implementation")))));
Map.entry("3.0.0", new TreeSet<>(Set.of("Conformance")))));
}

@Override
Expand Down

0 comments on commit b0fb22d

Please sign in to comment.