Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
  • Loading branch information
mydea and billyvg committed Jul 18, 2023
1 parent 194b0da commit 905ad14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ sentryTest('handles session that exceeds max age', async ({ getLocalTestPath, pa
expect(stringifiedSnapshot2).toMatchSnapshot('snapshot-2.json');
});

sentryTest('handles many consequitive events in session that exceeds max age', async ({ getLocalTestPath, page }) => {
sentryTest('handles many consecutive events in session that exceeds max age', async ({ getLocalTestPath, page }) => {
if (shouldSkipReplayTest()) {
sentryTest.skip();
}
Expand Down

0 comments on commit 905ad14

Please sign in to comment.