Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Sep 6, 2023
1 parent 290ab61 commit de90a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sio/workers/test/test_executors.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ def test_inwer(inwer, in_file, use_sandboxes, callback):
with TemporaryCwd():
env = {
'in_file': in_file,
'in_file_name': os.path.basename(in_file),
'exe_file': inwer_bin,
'use_sandboxes': use_sandboxes,
'inwer_output_limit': SMALL_OUTPUT_LIMIT,
Expand Down

0 comments on commit de90a70

Please sign in to comment.