diff --git a/CHANGELOG.md b/CHANGELOG.md index f70fed7522..af4c1f0d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Enhancements * Support efficient `skip` on `RealmResults` ([#1391](https://github.com/realm/realm-dart/pull/1391)) - +* Support efficient `indexOf` and `contains` on `RealmResults` ([#1394](https://github.com/realm/realm-dart/pull/1394)) ### Fixed * None diff --git a/test/results_test.dart b/test/results_test.dart index 4d3e9f00a9..61b7d562cb 100644 --- a/test/results_test.dart +++ b/test/results_test.dart @@ -18,11 +18,10 @@ // ignore_for_file: unused_local_variable -import 'dart:math'; import 'dart:typed_data'; -import 'package:ffi/ffi.dart'; import 'package:test/test.dart' hide test, throws; + import '../lib/realm.dart'; import 'test.dart';