Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
urusai88 committed Jan 3, 2024
1 parent f838ec0 commit 70e00f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/json_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void main() {
(success) =>
success.map(success: (_) => true, failure: (_) => false),
'map',
equals(true),
isTrue,
),
),
),
Expand Down Expand Up @@ -75,7 +75,7 @@ void main() {
(success) =>
success.map(success: (_) => true, failure: (_) => false),
'map',
equals(false),
isFalse,
),
),
),
Expand Down

0 comments on commit 70e00f1

Please sign in to comment.