Skip to content

Commit

Permalink
Made test pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningBuhl committed Jan 15, 2021
1 parent 7787014 commit 8c74f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EVATool/src/test/java/com/FAE/EVATool/DummyTest.java
Expand Up @@ -8,6 +8,6 @@ public class DummyTest {

@Test
public void testAlwaysPasses(){
Assertions.assertEquals(2, 1);
Assertions.assertEquals(1, 1);
}
}

0 comments on commit 8c74f36

Please sign in to comment.