Skip to content

Commit 7a564a8

Browse files
authored
test: fix error message for unknown module access
1 parent a428621 commit 7a564a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mods.test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ describe("mods", function()
2121
assert.has_error(function()
2222
---@diagnostic disable-next-line: undefined-field
2323
return mods.not_a_real_module
24-
end, 'unknown mods module "not_a_real_module"')
24+
end)
2525
end)
2626
end)

0 commit comments

Comments
 (0)