fix: Remove print

This commit is contained in:
Christian Pauly 2021-09-06 08:46:29 +02:00
parent 2cd32a8547
commit 461874d6b1
1 changed files with 0 additions and 1 deletions

View File

@ -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);