summaryrefslogtreecommitdiffhomepage
path: root/test/wall-atlas.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-26 13:39:57 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-26 13:39:57 +0100
commit143b205fae27ed433fd7cac0e0ab6f0fa4f8b03b (patch)
tree08c5fb78ea86684ffc29c1792052571671c51073 /test/wall-atlas.cpp
parent5689253f0d5fb19eabeb3c8270284e6c28b73ade (diff)
a
Diffstat (limited to 'test/wall-atlas.cpp')
-rw-r--r--test/wall-atlas.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wall-atlas.cpp b/test/wall-atlas.cpp
index e49abd80..3fa78fc0 100644
--- a/test/wall-atlas.cpp
+++ b/test/wall-atlas.cpp
@@ -60,6 +60,7 @@ void test_read_groups(StringView filename)
fm_assert(!is_direction_defined(read_direction_metadata(jroot, Direction_::S)));
const auto dir = read_direction_metadata(jroot, Direction_::W);
+ fm_assert(is_direction_defined(dir));
fm_assert(dir.passability == pass_mode::shoot_through);
fm_assert(dir.wall.pixel_size == Vector2ui{} );
fm_assert(dir.wall.default_tint == false );