We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c71c9 commit 4e89e9aCopy full SHA for 4e89e9a
packages/powersync/test/powersync_shared_test.dart
@@ -1,7 +1,7 @@
1
import 'package:sqlite_async/mutex.dart';
2
import 'package:test/test.dart';
3
import 'package:uuid/parsing.dart';
4
-import 'package:uuid/v4.dart';
+
5
import 'utils/test_utils_impl.dart';
6
7
final testUtils = TestUtils();
@@ -87,7 +87,7 @@ void main() {
87
88
final id = await db.getClientId();
89
// Check that it is a valid uuid
90
- final _uuid = UuidParsing.parseAsByteList(id);
+ UuidParsing.parseAsByteList(id);
91
});
92
93
}
0 commit comments