From abb3ea2231b5691cb43b23cda2da4d58f3fc6bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Overg=C3=A5rd=20Nielsen?= Date: Fri, 1 Sep 2023 13:28:03 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 +- test/results_test.dart | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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';