Skip to content

Commit

Permalink
test: add assertion to test case for updated value
Browse files Browse the repository at this point in the history
Co-authored-by: riscait <[email protected]>
  • Loading branch information
naipaka and riscait committed Nov 6, 2023
1 parent 7f55235 commit 272dd00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ void main() {
await Future<void>.delayed(Duration.zero);

expect(updatedValue, 20);
expect(rp.value, 20);
});

test('should refetch value when config updates', () async {
Expand Down

0 comments on commit 272dd00

Please sign in to comment.