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 ba8430e commit fa703e0Copy full SHA for fa703e0
packages/powersync_core/test/sync/stream_test.dart
@@ -280,7 +280,7 @@ void main() {
280
281
test('passes app metadata to the server (legacy sync client)', () async {
282
options = SyncOptions(
283
- // ignore: deprecated_member_use
+ // ignore: deprecated_member_use_from_same_package
284
syncImplementation: SyncClientImplementation.dart,
285
appMetadata: {'foo': 'bar'},
286
);
0 commit comments