Skip to content

Commit b31c95d

Browse files
committed
Polish code formatting in testing chapter
1 parent 4c59d85 commit b31c95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21450,7 +21450,7 @@ javadocs for `TestTransaction` for further details.
2145021450
}
2145121451

2145221452
protected void assertNumUsers(int expected) {
21453-
assertEquals("Number of rows in the 'user' table.", expected, countRowsInTable("user"));
21453+
assertEquals("Number of rows in the user table.", expected, countRowsInTable("user"));
2145421454
}
2145521455
}
2145621456
----

0 commit comments

Comments
 (0)