Skip to content

Commit

Permalink
add addtional test
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Jan 22, 2024
1 parent e4983d7 commit e0f3348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/strings/collapseSpaces.du
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class TestStringCollapseSpaces < UnitTest {
const testString = "This is a huge string of a lot of spaces.";
const expected = "This is a huge string of a lot of spaces.";
const res = testString.collapseSpaces();
print(res);
this.assertEquals(res, expected);
this.assertNotEquals(testString, expected);
}
}

Expand Down

0 comments on commit e0f3348

Please sign in to comment.