diff options
Diffstat (limited to 'source/test/spawn_test.cpp')
-rw-r--r-- | source/test/spawn_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/test/spawn_test.cpp b/source/test/spawn_test.cpp index 250dc22..202cc55 100644 --- a/source/test/spawn_test.cpp +++ b/source/test/spawn_test.cpp @@ -12,7 +12,7 @@ void validateWorld(TestUniverse& testUniverse) { // Just make sure the test world draws something for now, this will grow to // include more than this. - EXPECT_GE(testUniverse.currentClientDrawables().size(), 1u) << strf("world: %s", testUniverse.currentPlayerWorld()); + EXPECT_GE(testUniverse.currentClientDrawables().size(), 1u) << strf("world: {}", testUniverse.currentPlayerWorld()); auto assets = Root::singleton().assets(); for (auto const& drawable : testUniverse.currentClientDrawables()) { |