Skip to content

Commit ed6d47e

Browse files
soezenVanRoy
authored andcommitted
Update SoftAssertions_Test.java
1 parent e753f0a commit ed6d47e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/assertj/db/api/SoftAssertions_Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public void test_soft_assert_changes() {
104104
final SoftAssertions softly = new SoftAssertions();
105105
softly.assertThat(changes).change().column("var1").hasValues(0);
106106
softly.assertThat(changes).change().rowAtStartPoint().changeOfModification().column("var1").hasValues(0);
107+
softly.assertThat(changes).ofCreationOnTable("test").hasNumberOfChanges(1);
107108

108109
assertThat(softly.wasSuccess()).isFalse();
109110
assertThat(softly.errorsCollected()).hasSize(2);

0 commit comments

Comments
 (0)