Skip to content

Commit

Permalink
fix(more review): review
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Nov 30, 2023
1 parent 69ccefa commit 7aea8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nibijs/src/tx/signingClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe("nibid tx perp", () => {

try {
const result = await signingClient.signAndBroadcast(sender, msgs, fee)
console.log(result)

assertIsDeliverTxSuccess(result)
assertHappyPath(result)
} catch (error) {
Expand Down

0 comments on commit 7aea8b0

Please sign in to comment.