Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Dec 1, 2023
1 parent dd44ea0 commit 73f5052
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,9 @@ def job1():
job1.execute_in_process()

assert my_io_manager.handle_output_calls == 1 # Nothing return type for op1 skips I/O manager
assert my_io_manager.handle_input_calls == 1
assert (
my_io_manager.handle_input_calls == 0
) # Nothing return type for op1 means we skip I/O manager and directly provide a None


def test_instance_set_on_input_context():
Expand Down

0 comments on commit 73f5052

Please sign in to comment.