Skip to content

Commit

Permalink
Update tests to match the new Firefox behaviour.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Apr 26, 2024
1 parent 7deff1b commit 128e951
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -31,7 +31,8 @@ sentryTest(
{ function: '?' },
{ function: 'qux' },
{ function: 'qux/<' },
{ function: 'qux/</<' },
// The function name below was 'qux/</<' on the Firefox versions < 124
{ function: 'qux/<' },
{ function: 'foo' },
{ function: 'bar' },
{ function: 'baz' },
Expand Down

0 comments on commit 128e951

Please sign in to comment.