Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangarano committed Feb 6, 2025
1 parent f3103ec commit 4e7ac45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const instanceReportTestWithFailure: InstanceReportTest = {
title: [suiteNameWithFailure, 'Test with failure'],
state: 'failed',
isFlaky: false,
expectedStatus: 'failed',
expectedStatus: 'passed',
timeout: 0,
location: { ...location, file: 'testfile.ts' },
retries: 1,
Expand Down

0 comments on commit 4e7ac45

Please sign in to comment.