Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Aug 29, 2024
1 parent 303e18b commit a0c23f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ TEST_P(ServerFixture, SdfStringServerConfig)
EXPECT_TRUE(*server.Paused());
EXPECT_EQ(0u, *server.IterationCount());
EXPECT_EQ(3u, *server.EntityCount());
EXPECT_EQ(2u, *server.SystemCount());
EXPECT_EQ(5u, *server.SystemCount());
}

/////////////////////////////////////////////////
Expand Down

0 comments on commit a0c23f2

Please sign in to comment.