mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 14:58:39 +00:00
docs: update table module
This commit is contained in:
@@ -45,7 +45,8 @@ class UserTest {
|
||||
@Test
|
||||
void testEquals1() {
|
||||
var user = new User(1, "janedoe", "iloveyou");
|
||||
assertNotEquals("42", user);
|
||||
assertNotEquals(user, new User(123, "abcd",
|
||||
"qwerty"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user