Skip to content

Commit e380e86

Browse files
authored
Merge pull request #4 from nmalygin-com/ci-test
fix test
2 parents 2dc1ec4 + 274a02b commit e380e86

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)