bump sdk to v0.0.5
This commit is contained in:
parent
2750e7b3ab
commit
3980d0c5c8
|
@ -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",
|
||||
|
|
|
@ -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");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue