Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Feb 7, 2024
1 parent 2d8f9d4 commit 763c9f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storage_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ TEST_F(StorageTest, NormalActiveDormantBuyingSize){
conds.push_back(cyclus::Cond("Commodity", "==", std::string("spent_fuel")));
cyclus::QueryResult qr = sim.db().Query("Transactions", &conds);
int n_trans = qr.rows.size();

EXPECT_EQ(10, n_trans) << "expected 10 transactions, got " << n_trans;
// confirm that transactions are only occurring during active periods
// first cycle includes time steps 0 - 3
Expand Down

0 comments on commit 763c9f1

Please sign in to comment.