Skip to content

Commit

Permalink
Changes expected values
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya411 committed Aug 4, 2017
1 parent e118f3b commit 6d48a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/codeu/chat/common/CstatusTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public void testGetAccessOf() {

@Test
public void TestToString() {
assertEquals("Creator", UserType.CREATOR.toString());
assertEquals("Member", UserType.MEMBER.toString());
assertEquals("Owner", UserType.OWNER.toString());
assertEquals("CREATOR", UserType.CREATOR.name());
assertEquals("MEMBER", UserType.MEMBER.name());
assertEquals("OWNER", UserType.OWNER.name());
}

}

0 comments on commit 6d48a6e

Please sign in to comment.