chore(persistence): switch test to flutter_test

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-10-01 16:18:49 +05:30
committed by xsahil03x
parent 0983a25aca
commit dd6c838699
26 changed files with 28 additions and 26 deletions
@@ -1,4 +1,4 @@
import 'package:test/test.dart';
import 'package:flutter_test/flutter_test.dart';
Matcher isSameDateAs(DateTime targetDate) =>
_IsSameDateAs(targetDate: targetDate);