summaryrefslogtreecommitdiffhomepage
path: root/test/wall-atlas.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-10 22:30:40 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-10 22:30:40 +0100
commit5fa4a15284bb037d4b76b57078a58b81d2123d7d (patch)
treea656529fcdc7b298b9432fbc3c373428e2f4bf8f /test/wall-atlas.cpp
parent3b09485f81a27c70af5b61b1bc61154f1befeaef (diff)
a
Diffstat (limited to 'test/wall-atlas.cpp')
-rw-r--r--test/wall-atlas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wall-atlas.cpp b/test/wall-atlas.cpp
index eec4ecee..1f71d10f 100644
--- a/test/wall-atlas.cpp
+++ b/test/wall-atlas.cpp
@@ -123,7 +123,7 @@ void test_expected_size()
fm_assert_equal(Vector2ui{64, 192}, wall_atlas::expected_size(42, Group_::wall));
fm_assert_equal(Vector2ui{42, 192}, wall_atlas::expected_size(42, Group_::side));
// swapped in atlas.json during reading and writing, rotated counter-clockwise in atlas image file
- fm_assert_equal(Vector2ui{42, 192}, wall_atlas::expected_size(42, Group_::top));
+ fm_assert_equal(Vector2ui{42, 64}, wall_atlas::expected_size(42, Group_::top));
}
} // namespace