fix: Remove print
This commit is contained in:
parent
2cd32a8547
commit
461874d6b1
|
|
@ -51,7 +51,6 @@ void testDatabase(Future<DatabaseApi> futureDatabase, int clientId) {
|
||||||
database = await futureDatabase;
|
database = await futureDatabase;
|
||||||
});
|
});
|
||||||
test('transaction', () async {
|
test('transaction', () async {
|
||||||
print('Starting test...');
|
|
||||||
var counter = 0;
|
var counter = 0;
|
||||||
await database.transaction(() async {
|
await database.transaction(() async {
|
||||||
expect(counter++, 0);
|
expect(counter++, 0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue