Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
Nate Koenig committed Dec 9, 2021
1 parent df9f5f8 commit 0734a60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/scene_broadcaster_system.cc
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,8 @@ TEST_P(SceneBroadcasterTest, RemovedComponent)
EXPECT_TRUE(hasState);

// Run server again. The second time shouldn't have state info. The
// $message can still.
// message can still arrive due the passage of time (see `itsPubTime` in
// SceneBroadcaster::PostUpdate.
sleep = 0u;
received = false;
hasState = false;
Expand Down

0 comments on commit 0734a60

Please sign in to comment.