Skip to content

Commit

Permalink
fixed gradlew check
Browse files Browse the repository at this point in the history
  • Loading branch information
yeapcl committed Oct 28, 2020
1 parent 80766c7 commit be666a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/seedu/duke/user/UserListTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ void getUserByName_getsProperly() {

users.addUser(user);

assertEquals("123123", (users.getUserByName("man").passWord));
assertEquals("123123", (users.getUserByName("man").password));
}
}

0 comments on commit be666a5

Please sign in to comment.