Skip to content

Commit

Permalink
Merge pull request #1013 from dkorolev/unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorolev authored Sep 19, 2024
2 parents 2e0a38f + fd0c3b4 commit d211034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bricks/distributed/test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ TEST(VectorClock, Merge) {
}

TEST(VectorClock, ContinuousTime) {
current::time::ResetToZero();
current::time::SetNow(0us, 1000us);
auto base_time = current::time::Now();
ContinuousClocks c1 = {base_time, base_time + 100us};
Expand Down

0 comments on commit d211034

Please sign in to comment.