Skip to content

Commit 2952868

Browse files
Update ThingTest.java
1 parent a75a3bc commit 2952868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/geekcap/vmturbo/ThingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ public class ThingTest {
1212
public void testN() {
1313
Thing t = new Thing();
1414
t.setN(5);
15-
Assert.assertEquals("N should be 5", 15, t.getN());
15+
Assert.assertEquals("N should be 5", 5, t.getN());
1616
}
1717
}

0 commit comments

Comments
 (0)