Skip to content

Commit 7c7eca1

Browse files
committed
Appease linter again
1 parent ca29a3e commit 7c7eca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/slua_bundle/tests/test_bundler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def test_bundle_non_luau_main_rejected():
378378
vfs = MemoryFS.from_dict({
379379
"/project/Main.lua": "return 1",
380380
})
381-
with pytest.raises(MainFileError, match="must be a .luau file"):
381+
with pytest.raises(MainFileError, match=r"must be a \.luau file"):
382382
bundle(
383383
vfs,
384384
PurePosixPath("/project"),

0 commit comments

Comments
 (0)