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;
|
||||
});
|
||||
test('transaction', () async {
|
||||
print('Starting test...');
|
||||
var counter = 0;
|
||||
await database.transaction(() async {
|
||||
expect(counter++, 0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue