Skip to content

Commit a79433f

Browse files
committed
05/04: remove untimely assertion
1 parent 66cdbe3 commit a79433f

File tree

1 file changed

+0
-7
lines changed
  • exercises/05.network/04.solution.network-errors

1 file changed

+0
-7
lines changed

exercises/05.network/04.solution.network-errors/README.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ test('handles network errors', async () => {
3131
return Response.error()
3232
}),
3333
)
34-
35-
await expect(() =>
36-
getAuthToken({
37-
38-
password: 'supersecret123',
39-
}),
40-
).rejects.toThrow('Authentication failed: network error')
4134
})
4235
```
4336

0 commit comments

Comments
 (0)