Skip to content

Commit d00725a

Browse files
committed
appease the Hound
1 parent 05bf0ad commit d00725a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/framework/module_generator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@ def test_load_multi_deps(self):
438438
else: # Lua syntax
439439
expected = '\n'.join([
440440
'',
441-
'if mode() == "unload" or isloaded("foo/2.3.4") or isloaded("foo/3.4.5") or isloaded("foo/4.5.6") then',
441+
'if mode() == "unload" or isloaded("foo/2.3.4") or isloaded("foo/3.4.5") or ' +
442+
'isloaded("foo/4.5.6") then',
442443
' depends_on("foo")',
443444
'else',
444445
' depends_on("foo/1.2.3")',

0 commit comments

Comments
 (0)