Skip to content

Commit fa703e0

Browse files
actually fix lint
1 parent ba8430e commit fa703e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync_core/test/sync/stream_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ void main() {
280280

281281
test('passes app metadata to the server (legacy sync client)', () async {
282282
options = SyncOptions(
283-
// ignore: deprecated_member_use
283+
// ignore: deprecated_member_use_from_same_package
284284
syncImplementation: SyncClientImplementation.dart,
285285
appMetadata: {'foo': 'bar'},
286286
);

0 commit comments

Comments
 (0)