Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit af4bd1f

Browse files
author
hideki
committed
rename test case
1 parent bfd69dd commit af4bd1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
import static org.junit.Assert.assertTrue;
1919
import static org.junit.Assert.fail;
2020

21-
public class ConcurrentDatabaseTest extends BaseTest {
22-
private static final String TAG = ConcurrentDatabaseTest.class.getSimpleName();
21+
public class ConcurrencyTest extends BaseTest {
22+
private static final String TAG = ConcurrencyTest.class.getSimpleName();
2323

2424
MutableDocument createDocumentWithTag(String tag) {
2525
MutableDocument doc = new MutableDocument();

0 commit comments

Comments
 (0)