Skip to content

Commit

Permalink
Merge pull request #642 from bugsnag/s8-error-string-change
Browse files Browse the repository at this point in the history
Update expected value in Samsung S8 browser tests
  • Loading branch information
bengourley committed Nov 12, 2019
2 parents dae42fa + 81655c9 commit 30f928f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/features/fixtures/browser_errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ android_s8:
errorMessage: 'foo is not defined'
unhandled_syntax:
errorClass: 'SyntaxError'
errorMessage: "Unexpected token !"
errorMessage: "Unexpected token '!'"
lineNumber: 17
columnNumber: 13
file: '/unhandled/script/a.html'
Expand Down

0 comments on commit 30f928f

Please sign in to comment.