Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Jan 21, 2022
1 parent 56a5e6c commit 06f6803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/spoon/test/module/TestModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ public void testModuleNames() {
assertThat(list, is(Set.of("foo", "bar")));
}

@org.junit.jupiter.api.Test
@Test
@DisabledForJreRange(max = JRE.JAVA_8)
public void testSimpleModuleCanBeBuilt() {
// contract: Spoon is able to build a simple model with a module in full classpath
Expand Down

0 comments on commit 06f6803

Please sign in to comment.