Skip to content

Commit eeee075

Browse files
committed
lob -> test 7 fix
1 parent f5e3586 commit eeee075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_limit_order_book.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ TEST_F(LimitOrderBookTest, ToxicFlowCompaction)
8989
{
9090
book->cancel_order(i);
9191
}
92-
bool success = book->add_order(257, 5000, 100, true);
92+
bool success = book->add_order(257, 5000, 10, true);
9393
EXPECT_TRUE(success);
9494
EXPECT_EQ(book->bid_volume(5000), 1570);
9595
}

0 commit comments

Comments
 (0)