Skip to content

Commit

Permalink
fix(canary): test always reports success (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Mar 27, 2024
1 parent ca8a4bd commit 37553fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/laboratory/tests/canary.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ testConnectedMW.afterEach(async ({ browserName }, testInfo) => {
REGION,
'https://lab.web3modal.com/',
'HappyPath.sign',
true,
testInfo.status === 'passed',
duration
)
}
Expand Down

0 comments on commit 37553fe

Please sign in to comment.