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 a75a3bc commit 2952868Copy full SHA for 2952868
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", 15, t.getN());
+ Assert.assertEquals("N should be 5", 5, t.getN());
16
}
17
0 commit comments