Skip to content

Commit

Permalink
Revert "this should fail unit tests"
Browse files Browse the repository at this point in the history
This reverts commit 8e904cd.
  • Loading branch information
gidden committed Apr 24, 2015
1 parent 35aa955 commit facd65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ TEST_F(SourceTest, Response) {
// 1 trade
src_facility->GetMatlTrades(trades, responses);
EXPECT_EQ(responses.size(), 1);
EXPECT_EQ(responses[0].second->quantity(), qty + 1);
EXPECT_EQ(responses[0].second->quantity(), qty);
EXPECT_EQ(responses[0].second->comp(), recipe);

// 2 trades, total qty = capacity
Expand Down

0 comments on commit facd65e

Please sign in to comment.