Skip to content

Commit 905ad14

Browse files
mydeabillyvg
andauthored
Apply suggestions from code review
Co-authored-by: Billy Vong <[email protected]>
1 parent 194b0da commit 905ad14

File tree

1 file changed

+1
-1
lines changed
  • packages/browser-integration-tests/suites/replay/sessionMaxAge

1 file changed

+1
-1
lines changed

packages/browser-integration-tests/suites/replay/sessionMaxAge/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ sentryTest('handles session that exceeds max age', async ({ getLocalTestPath, pa
8383
expect(stringifiedSnapshot2).toMatchSnapshot('snapshot-2.json');
8484
});
8585

86-
sentryTest('handles many consequitive events in session that exceeds max age', async ({ getLocalTestPath, page }) => {
86+
sentryTest('handles many consecutive events in session that exceeds max age', async ({ getLocalTestPath, page }) => {
8787
if (shouldSkipReplayTest()) {
8888
sentryTest.skip();
8989
}

0 commit comments

Comments
 (0)