Skip to content

Commit 84f529b

Browse files
committed
Flip sample test to pass.
1 parent 9faaa47 commit 84f529b

File tree

1 file changed

+1
-1
lines changed
  • packages/integration-tests/suites/demo/tmp

1 file changed

+1
-1
lines changed

packages/integration-tests/suites/demo/tmp/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ sentryTest('should fail', async ({ getLocalTestPath, page }) => {
88

99
const eventData = await getSentryRequest(page, url);
1010

11-
expect(eventData.message).toBe('2');
11+
expect(eventData.message).toBe('1');
1212
});

0 commit comments

Comments
 (0)