Skip to content

Commit

Permalink
Refactor string
Browse files Browse the repository at this point in the history
Co-authored-by: İnanç Gümüş <[email protected]>
  • Loading branch information
ankur22 and inancgumus committed Sep 22, 2023
1 parent ee6a951 commit c07abdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/browser_context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ func TestBrowserContextWaitForEvent(t *testing.T) {
// Fails when an event other than "page" is passed in.
name: "fails_incorrect_event",
event: "browser",
wantErr: "incorrect event \"browser\", \"page\" is the only event supported",
wantErr: `incorrect event "browser", "page" is the only event supported`,
},
{
// Fails when the timeout fires while waiting on waitForEvent.
Expand Down

0 comments on commit c07abdf

Please sign in to comment.