Skip to content

Commit

Permalink
remove trailing white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jan 30, 2019
1 parent 1aad691 commit ca1e045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/market_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ BOOST_AUTO_TEST_CASE(target_cr_test_limit_call)
BOOST_CHECK_LT( call2_to_cover.value, call2_id(db).debt.value );
// even though call2 has a higher CR, since call's TCR is less than call2's TCR, so we expect call will cover less when called
BOOST_CHECK_LT( call_to_cover.value, call2_to_cover.value );

// Create a big sell order slightly below the call price, will be matched with several orders
BOOST_CHECK( !create_sell_order(seller, bitusd.amount(700*4), core.amount(5900*4) ) );

Expand Down

0 comments on commit ca1e045

Please sign in to comment.