Skip to content

Commit

Permalink
Fixing the test name
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Aug 20, 2024
1 parent 4199c81 commit 575735b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ suite(
}
})

it('can remove authentication handler', async function () {
it('can remove authentication handler that does not exist', async function () {
await driver.network().removeAuthenticationHandler(10)

try {
Expand Down

0 comments on commit 575735b

Please sign in to comment.