We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd7bd7 commit a75a3bcCopy full SHA for a75a3bc
src/test/java/com/geekcap/vmturbo/ThingTest.java
@@ -12,6 +12,6 @@ public class ThingTest {
12
public void testN() {
13
Thing t = new Thing();
14
t.setN(5);
15
- Assert.assertEquals("N should be 5", 5, t.getN());
+ Assert.assertEquals("N should be 5", 15, t.getN());
16
}
17
0 commit comments