Skip to content

Commit

Permalink
remove unnecessary assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Sep 10, 2024
1 parent c8f4543 commit 6efbedf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ sentryTest(
// The delta should be less than 1ms if this flakes, we should increase the threshold
expect(delta).toBeLessThanOrEqual(1);

expect(activationStart).toBeDefined();
expect(activationStart).toBeGreaterThanOrEqual(0);
},
);

0 comments on commit 6efbedf

Please sign in to comment.