test: minor changes

This commit is contained in:
skypjack
2023-07-25 09:57:52 +02:00
committed by Michele Caini
parent b3c0d91eb3
commit 1e65fede6c

View File

@@ -1215,6 +1215,9 @@ TEST_F(MetaAny, OpaqueAllowCast) {
ASSERT_TRUE(as_cref.allow_cast(entt::resolve<double>()));
ASSERT_EQ(as_cref.type(), entt::resolve<double>());
ASSERT_TRUE(as_cref.allow_cast(entt::resolve<float>()));
ASSERT_EQ(as_cref.type(), entt::resolve<float>());
}
TEST_F(MetaAny, Convert) {