Skip to content

Commit

Permalink
test: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Nov 18, 2024
1 parent a29b30a commit 339c20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/result_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void main() {
final result2 = result.andThenErr(
(error) => bail(('=' * error.downcast<int>().unwrap())));

expect(result2.unwrapErr(), '====');
expect(result2.unwrapErr(), Error('===='));
});

test('Ok', () {
Expand Down

0 comments on commit 339c20b

Please sign in to comment.