Skip to content

Commit 3520eb5

Browse files
committed
Fix compile error from #1757. (#1760)
Closes #1759.
1 parent 3e7a825 commit 3520eb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/springframework/data/couchbase/transactions/sdk/SDKTransactionsSaveIntegrationTests.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616

1717
package org.springframework.data.couchbase.transactions.sdk;
1818

19-
import static org.junit.jupiter.api.Assertions.assertTrue;
20-
import static org.junit.jupiter.api.Assertions.fail;
2119
import static org.springframework.data.couchbase.transactions.util.TransactionTestUtil.assertInTransaction;
2220
import static org.springframework.data.couchbase.transactions.util.TransactionTestUtil.assertInReactiveTransaction;
2321
import static org.springframework.data.couchbase.transactions.util.TransactionTestUtil.assertNotInReactiveTransaction;
22+
import static org.springframework.data.couchbase.transactions.util.TransactionTestUtil.assertNotInTransaction;
2423

2524
import org.springframework.data.couchbase.domain.PersonWithoutVersion;
2625

0 commit comments

Comments
 (0)