Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Merge 8f9eb50 into 3a8f0b7
Browse files Browse the repository at this point in the history
  • Loading branch information
sijie123 committed Feb 24, 2019
2 parents 3a8f0b7 + 8f9eb50 commit ab50ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/seedu/address/commons/util/StringUtilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ public class StringUtilTest {
@Rule
public ExpectedException thrown = ExpectedException.none();

//---------------- Tests for isUnsignedPositiveInteger --------------------------------------
//---------------- Tests for isNonZeroUnsignedInteger --------------------------------------

@Test
public void isUnsignedPositiveInteger() {
public void isNonZeroUnsignedInteger() {

// EP: empty strings
assertFalse(StringUtil.isNonZeroUnsignedInteger("")); // Boundary value
Expand Down

0 comments on commit ab50ada

Please sign in to comment.