Browse Source

Polish code formatting in testing chapter

pull/651/head
Sam Brannen 10 years ago
parent
commit
b31c95df85
  1. 2
      src/asciidoc/index.adoc

2
src/asciidoc/index.adoc

@ -21450,7 +21450,7 @@ javadocs for `TestTransaction` for further details. @@ -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…
Cancel
Save