Skip to content

Commit

Permalink
fix test message changing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Nov 22, 2023
1 parent 92ed56c commit 228a95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exceptions_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void main() {
throwsA(isA<MeiliSearchApiException>().having(
(error) => error.toString(), // Actual
'toString() method', // Description of the check
'MeiliSearchApiError - message: The request returned an invalid status code of 404.', // Expected
contains('404'), // Expected
)),
);
});
Expand Down

0 comments on commit 228a95b

Please sign in to comment.