From 272dd0039e7ec23645d167f393cf0f27f920fd2b Mon Sep 17 00:00:00 2001 From: naipaka Date: Mon, 6 Nov 2023 18:30:26 +0900 Subject: [PATCH] test: add assertion to test case for updated value Co-authored-by: riscait --- .../test/src/remote_parameter_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/flutterfire_remote_parameter_fetcher/test/src/remote_parameter_test.dart b/packages/flutterfire_remote_parameter_fetcher/test/src/remote_parameter_test.dart index 8a3e620..996df09 100644 --- a/packages/flutterfire_remote_parameter_fetcher/test/src/remote_parameter_test.dart +++ b/packages/flutterfire_remote_parameter_fetcher/test/src/remote_parameter_test.dart @@ -35,6 +35,7 @@ void main() { await Future.delayed(Duration.zero); expect(updatedValue, 20); + expect(rp.value, 20); }); test('should refetch value when config updates', () async {