Skip to content

Commit

Permalink
Fix nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Jan 15, 2025
1 parent 3e70ae8 commit 258b288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/provider/change_pill_number_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ void main() {
);
final updatedRight = right.copyWith(
beginingDate: DateTime.parse("2022-05-01"),
lastTakenDate: DateTime.parse("2022-04-30"),
lastTakenDate: null,
);

final pillSheetGroup = PillSheetGroup(
Expand Down

0 comments on commit 258b288

Please sign in to comment.