Skip to content

Commit 0090525

Browse files
committed
fix: small test fix
1 parent 8068bc2 commit 0090525

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/module_loader/test_loader.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ def test_load_module_from_file_reload_replace_variables():
145145
# As python checks for the timestamp to change to reload a module, sleep for 1 second
146146
time.sleep(1)
147147

148-
# Write the second version of the file
149-
module_path = loader.create_module_files(module_name, module_code)
150-
151148
module = loader.load_module_from_file(module_path)
152149

153150
assert module.l == []

0 commit comments

Comments
 (0)