Polish code formatting in testing chapter

This commit is contained in:
Sam Brannen 2014-09-24 13:04:47 +02:00
parent 4c59d85f69
commit b31c95df85
1 changed files with 1 additions and 1 deletions

View File

@ -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"));
}
}
----