Polish code formatting in testing chapter
This commit is contained in:
parent
4c59d85f69
commit
b31c95df85
|
@ -21450,7 +21450,7 @@ javadocs for `TestTransaction` for further details.
|
|||
}
|
||||
|
||||
protected void assertNumUsers(int expected) {
|
||||
assertEquals("Number of rows in the 'user' table.", expected, countRowsInTable("user"));
|
||||
assertEquals("Number of rows in the user table.", expected, countRowsInTable("user"));
|
||||
}
|
||||
}
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue