Skip to content

Commit

Permalink
Travis debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Sep 17, 2019
1 parent 1090155 commit 6fc9ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtime/test_runtime_spooler.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ def spooler2_func_skip():

assert spooler1_func(100, 20) == ResultProcessed.code_uwsgi
assert spooler2_func() == ResultProcessed.code_uwsgi
assert spooler2_func_fail() == ResultRescheduled.code_uwsgi
assert spooler2_func_skip() == ResultSkipped.code_uwsgi
assert spooler2_func_fail() == ResultRescheduled.code_uwsgi

0 comments on commit 6fc9ae5

Please sign in to comment.