Skip to content

Commit 5769303

Browse files
committed
renamed StreamTransactionsConflictsTest
1 parent cfd813b commit 5769303

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/test/java/com/arangodb/ConcurrentStreamTransactionsTest.java renamed to src/test/java/com/arangodb/StreamTransactionConflictsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* @author Michele Rastelli
4141
*/
4242
@RunWith(Parameterized.class)
43-
public class ConcurrentStreamTransactionsTest extends BaseTest {
43+
public class StreamTransactionConflictsTest extends BaseTest {
4444

4545
private static final String COLLECTION_NAME = "db_concurrent_stream_transactions_test";
4646

@@ -49,7 +49,7 @@ public static void init() {
4949
BaseTest.initCollections(COLLECTION_NAME);
5050
}
5151

52-
public ConcurrentStreamTransactionsTest(final ArangoDB arangoDB) {
52+
public StreamTransactionConflictsTest(final ArangoDB arangoDB) {
5353
super(arangoDB);
5454
}
5555

src/test/java/com/arangodb/async/ConcurrentStreamTransactionsTest.java renamed to src/test/java/com/arangodb/async/StreamTransactionConflictsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
/**
4141
* @author Michele Rastelli
4242
*/
43-
public class ConcurrentStreamTransactionsTest extends BaseTest {
43+
public class StreamTransactionConflictsTest extends BaseTest {
4444

4545
private static final String COLLECTION_NAME = "db_concurrent_stream_transactions_test";
4646

47-
public ConcurrentStreamTransactionsTest() throws ExecutionException, InterruptedException {
47+
public StreamTransactionConflictsTest() throws ExecutionException, InterruptedException {
4848
if (db.collection(COLLECTION_NAME).exists().get())
4949
db.collection(COLLECTION_NAME).drop().get();
5050

0 commit comments

Comments
 (0)