We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c25ca9 commit 466e718Copy full SHA for 466e718
crates/languages/bevy_mod_scripting_lua/tests/data/remove_resource/no_resource_data_errors.lua
@@ -3,4 +3,4 @@ local type = _get_mock_type()
3
4
assert_throws(function ()
5
world.remove_resource(type)
6
-end, "Missing type data ReflectResource for type: Unregistered(TypeId.*")
+end, "Missing type data ReflectResource for type: Unregistered.TypeId.*")
0 commit comments