Skip to content

Commit 503fa41

Browse files
committed
generalize lp pool test failure
1 parent af376f2 commit 503fa41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/lpPool.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,9 +1727,10 @@ describe('LP Pool', () => {
17271727
await adminClient.getUpdateLpPoolAumIxs(oldLpPool, [0, 1, 2])
17281728
);
17291729
await adminClient.sendTransaction(settleTx);
1730+
assert.fail('Should have thrown');
17301731
} catch (e) {
17311732
console.log(e.message);
1732-
assert(e.message.includes('0x18c7'));
1733+
assert(e.message.includes('0x18'));
17331734
}
17341735
});
17351736
});

0 commit comments

Comments
 (0)