Skip to content

Commit

Permalink
Format codes
Browse files Browse the repository at this point in the history
  • Loading branch information
mqkotoo committed Oct 18, 2023
1 parent 040b797 commit 018b137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/service/weather_service_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void main() {
expect(
result,
isA<Failure<WeatherForecast, String>>().having(
(error) => error.exception,
(error) => error.exception,
'error message',
ErrorMessage.unknown,
),
Expand Down

0 comments on commit 018b137

Please sign in to comment.