Skip to content

Commit

Permalink
This looks worse, but okay
Browse files Browse the repository at this point in the history
  • Loading branch information
xpple committed Jul 25, 2024
1 parent bf851a7 commit 148f6e4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/test/java/net/fabricmc/test/VersionParsingTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,11 @@ public static void main(String[] args) throws Exception {
testTrue(tryParseCommitHash("d9a000670180e73569a6983c423dd4299278afda", "github.com/fabricMC/fabric-loader/"));

// Test: Comparing Commit Hash versions.
Map<String, String> contactMap = new HashMap<String, String>() {{
put("sources", "https://github.com/fabricMC/fabric-loader/");
}};
Map<String, String> contactMap = new HashMap<String, String>() {
{
put("sources", "https://github.com/fabricMC/fabric-loader/");
}
};
ContactInformation contact = new ContactInformationImpl(contactMap);

{
Expand Down

0 comments on commit 148f6e4

Please # to comment.