Skip to content

Commit 4026a56

Browse files
committed
Fix typo
1 parent 6906193 commit 4026a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_sigterm(schema_any):
8282
except SystemExit:
8383
pass
8484

85-
assert len(schema_any.jobs.fetch()), "SigTermjobs table is empty"
85+
assert len(schema_any.jobs.fetch()), "SigTerm jobs table is empty"
8686
status, error_message = schema_any.jobs.fetch1("status", "error_message")
8787
assert status == "error"
8888
assert error_message == "SystemExit: SIGTERM received"

0 commit comments

Comments
 (0)