Skip to content

Commit 2e5054b

Browse files
author
foufrix
committed
fix: testcase should not fail for success
1 parent 004a97f commit 2e5054b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/test/rpc/portal/historyTraceOffer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe(`${method} tests`, () => {
8585
}
8686
} catch (error) {
8787
console.log('Trace offer success error:', error)
88-
assert.ok(true, 'error is acceptable for success test')
88+
assert.ok(false, 'error is unacceptable for success test')
8989
}
9090
}, 20000)
9191

0 commit comments

Comments
 (0)