summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-11 03:18:00 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-11 03:18:00 +0100
commitf3d870a400395e75f601f32a3bbb3e68502d9000 (patch)
tree3735b14eaa74d4a80d9197ac973b5dbffbd675d6 /test
parentb91deae59c69ca41d5feffaf4f16b29ee47af64d (diff)
fix some todo's
Diffstat (limited to 'test')
-rw-r--r--test/scenery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenery.cpp b/test/scenery.cpp
index 40669ec9..5d8606b5 100644
--- a/test/scenery.cpp
+++ b/test/scenery.cpp
@@ -8,7 +8,7 @@ namespace {
void test_loading()
{
- fm_assert(!loader.sceneries().empty());
+ fm_assert(!loader.sceneries().isEmpty());
for (const auto& [name, descr, proto] : loader.sceneries())
fm_assert(proto.sc_type != scenery_type::none);