Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rsalakhov committed Aug 18, 2023
1 parent 691be0a commit 662059e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrumlabs/cardano-dex-sdk",
"version": "0.1.169",
"version": "0.1.170",
"description": "ErgoDEX SDK for Cardano",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/amm/interpreters/ammOutputs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ test("Parse Pool datum", async t => {
"417946706f6f6c5f79ffd8799f426c7147706f6f6c5f6c71ff1903e3ff"
const expected: PoolConfig = {
...poolTokens,
feeNum: poolFeeNum
feeNum: poolFeeNum,
lqBound: 0n
}
t.deepEqual(parsePoolConfig(sampleHex, RustModule.CardanoWasm), expected)
})
Expand Down

0 comments on commit 662059e

Please sign in to comment.