Skip to content

Commit

Permalink
covered all test cases increasing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam Jha committed Dec 27, 2024
1 parent 1b6e8b1 commit e580ce8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ void main() {
});

test('isReachable', () async {
final reached = await mockService.isReachable(
final reached = await actualService.isReachable(
client: mockClient,
uriString: 'https://google.com',
);
Expand Down

0 comments on commit e580ce8

Please sign in to comment.