Skip to content

Commit 5c0342f

Browse files
committed
debug
1 parent ed8dc78 commit 5c0342f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/orders.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ describe('Orders Integration', function () {
3939
expect(placeOrderResponse.data.state).to.equal('placed');
4040
expect(placeOrderResponse.data.production).to.equal(false);
4141
expect(placeOrderResponse.data.mass_g).to.equal(100);
42-
expect(placeOrderResponse.data.price_cents_usd).to.equal('1.0');
42+
console.log(placeOrderResponse);
4343
expect(placeOrderResponse.data.patch_fee_cents_usd).to.equal('0.0');
44+
expect(placeOrderResponse.data.price_cents_usd).to.equal('1.0');
4445
});
4546

4647
it('supports cancelling orders in a `draft` state', async function () {

0 commit comments

Comments
 (0)