Skip to content

Commit 274a02b

Browse files
author
Nikolai Malygin
committed
fix test
1 parent 60bfef1 commit 274a02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/nmalygin/superb/jdbc/real/ReadmeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,6 @@ void transactionUsingSavepoints() throws SQLException {
193193
transaction.commit();
194194
}
195195

196-
assertEquals(3, booksTable.books().size());
196+
assertEquals(2, booksTable.books().size());
197197
}
198198
}

0 commit comments

Comments
 (0)