File tree 1 file changed +3
-3
lines changed
app/src/test/java/protect/card_locker
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ private void clearDatabase()
109
109
@ Test
110
110
public void multipleCardsExportImport () throws IOException
111
111
{
112
- final int NUM_CARDS = 1000 ;
112
+ final int NUM_CARDS = 10 ;
113
113
114
114
for (DataFormat format : DataFormat .values ())
115
115
{
@@ -144,7 +144,7 @@ public void multipleCardsExportImport() throws IOException
144
144
@ Test
145
145
public void importExistingCardsNotReplace () throws IOException
146
146
{
147
- final int NUM_CARDS = 1000 ;
147
+ final int NUM_CARDS = 10 ;
148
148
149
149
for (DataFormat format : DataFormat .values ())
150
150
{
@@ -177,7 +177,7 @@ public void importExistingCardsNotReplace() throws IOException
177
177
@ Test
178
178
public void corruptedImportNothingSaved () throws IOException
179
179
{
180
- final int NUM_CARDS = 1000 ;
180
+ final int NUM_CARDS = 10 ;
181
181
182
182
for (DataFormat format : DataFormat .values ())
183
183
{
You can’t perform that action at this time.
0 commit comments