Skip to content

Commit

Permalink
Expose disableAutoRefreshForTesting
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Apr 13, 2024
1 parent 1012e0f commit ec61c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm_dart/test/realm_test.dart
Expand Up @@ -1818,7 +1818,7 @@ void main() {
final results = realm.query<Person>(r"name == $0", [personName]);

expect(realm.refresh(), false);
realm.handle.disableAutoRefreshForTesting();
realm.disableAutoRefreshForTesting();

ReceivePort receivePort = ReceivePort();
Isolate.spawn((SendPort sendPort) async {
Expand Down

0 comments on commit ec61c3f

Please sign in to comment.