Skip to content

Commit

Permalink
fix(fix): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Nov 30, 2023
1 parent 7aea8b0 commit eb961c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nibijs/src/test/query.tests/perp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ describe("setupPerpExtension", () => {
trader: "Test Trader",
})
expect(result).toEqual({
positionNotional: "100",
unrealizedPnl: "50",
marginRatio: "5",
marginRatio: "5e-18",
positionNotional: "1e-16",
unrealizedPnl: "5e-17",
})
})
})
Expand Down

0 comments on commit eb961c0

Please sign in to comment.