Merge pull request #7578 from bbaumgartner/patch-1

Spring boot example test repeats identical assertion
This commit is contained in:
Lukas Eder 2018-06-15 16:03:17 +02:00 committed by GitHub
commit 6346a5983e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ public class TransactionTest {
}
assertEquals(4, dsl.fetchCount(BOOK));
assertTrue(rollback2.get());
assertTrue(rollback1.get());
assertTrue(rollback2.get());
}
}