Skip to content

Commit

Permalink
Update ThingTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
anujdevopslearn authored Jul 21, 2018
1 parent a75a3bc commit 2952868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/geekcap/vmturbo/ThingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public class ThingTest {
public void testN() {
Thing t = new Thing();
t.setN(5);
Assert.assertEquals("N should be 5", 15, t.getN());
Assert.assertEquals("N should be 5", 5, t.getN());
}
}

0 comments on commit 2952868

Please sign in to comment.