Skip to content

Commit 670881b

Browse files
committed
Fix exit codes.
1 parent 8d6a83a commit 670881b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def task_3():
192192
}
193193
)
194194

195-
assert session.exit_code == ExitCode.OK
195+
assert session.exit_code == ExitCode.FAILED
196196
assert len(session.tasks) == 3
197197
assert len(session.execution_reports) == 2
198198

0 commit comments

Comments
 (0)