Skip to content

Commit

Permalink
fix RandomNormalFreqMultipleCycles
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Jan 19, 2024
1 parent 9514f92 commit 29cc40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sink_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ TEST_F(SinkTest, RandomNormalFreqMultipleCycles) {
int second_trans_time = qr.GetVal<int>("Time", 1);
EXPECT_EQ(7, second_trans_time);
int third_trans_time = qr.GetVal<int>("Time", 2);
EXPECT_EQ(10, third_trans_time);
EXPECT_EQ(11, third_trans_time);
}

// Check that randomness can be implemented in both size of request and
Expand Down

0 comments on commit 29cc40c

Please sign in to comment.