bump sdk to v0.0.5

This commit is contained in:
Sayantan Karmakar 2022-06-01 19:12:07 +05:30
parent 2750e7b3ab
commit 3980d0c5c8
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@project-serum/serum-dev-tools",
"version": "0.0.4",
"version": "0.0.5",
"description": "developer tooling suite for building on serum",
"repository": {
"type": "git",

View File

@ -94,8 +94,9 @@ describe("Serum Dev Tools", () => {
owner.keypair.publicKey,
);
console.log(orders);
assert.equal(orders.length, 1);
assert.equal(orders[0].price, 10);
assert.equal(orders[0].size, 10);
assert.equal(orders[0].side, "buy");
});
});