Skip to content

Commit 4e89e9a

Browse files
committed
Fix lint issues.
1 parent b3c71c9 commit 4e89e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/powersync/test/powersync_shared_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:sqlite_async/mutex.dart';
22
import 'package:test/test.dart';
33
import 'package:uuid/parsing.dart';
4-
import 'package:uuid/v4.dart';
4+
55
import 'utils/test_utils_impl.dart';
66

77
final testUtils = TestUtils();
@@ -87,7 +87,7 @@ void main() {
8787

8888
final id = await db.getClientId();
8989
// Check that it is a valid uuid
90-
final _uuid = UuidParsing.parseAsByteList(id);
90+
UuidParsing.parseAsByteList(id);
9191
});
9292
});
9393
}

0 commit comments

Comments
 (0)