Skip to content

Commit

Permalink
drop testNullEnum_nullLiteral
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgveloso authored and tsantalis committed Feb 13, 2024
1 parent 5520bda commit b8f88a2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ private static Collection<Arguments> testParameterizeTest() {
.testMethod("testNullEnum_null")
.statement("TestEnum te = null;")
.statement("assertThrows(NullPointerException.class,()->te.number());")
.testMethod("testNullEnum_nullLiteral")
.statement("assertThrows(NullPointerException.class,()->null.number());")
.build()),
Map.of("src/test/java/com/test/TestClass.java",new TestSrcCodeBuilder()
.testPackage("com.test")
Expand Down

0 comments on commit b8f88a2

Please sign in to comment.