Skip to content

Commit

Permalink
STARCH-741 fixed test expecations for non-SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfyffeiu committed May 15, 2024
1 parent b6d9a48 commit 7ca41c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type/impl/src/test/java/iu/type/ComponentArchiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public void testReadsTestComponent() throws IOException {
assertTrue(archive.webResources().isEmpty());
assertEquals("testcomponent", archive.properties().getProperty("remotableModules"));
}, Map.of( //
"META-INF/maven/edu.iu.util/iu-java-type-testcomponent/pom.properties", 80, //
"META-INF/maven/edu.iu.util/iu-java-type-testcomponent/pom.properties", 60, //
"META-INF/lib/", -1, //
"META-INF/iu-type.properties", 10, //
"module-info.class", 300, //
Expand Down

0 comments on commit 7ca41c2

Please sign in to comment.