We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2325e1a commit 31f4575Copy full SHA for 31f4575
1 file changed
tests/unit/test_client.py
@@ -193,7 +193,8 @@ def test_should_hydrate_jobs_with_memos(
193
"expiry": None,
194
"payableDetails": None,
195
"txHash": None,
196
- "signedTxHash": None
+ "signedTxHash": None,
197
+ "state": 1
198
}
199
]
200
@@ -620,7 +621,8 @@ def test_should_get_job_by_onchain_id_successfully(
620
621
622
623
624
625
626
627
628
@@ -718,7 +720,8 @@ def test_should_get_memo_by_id_successfully(
718
720
719
721
722
723
724
725
726
727
mock_get.return_value = mock_response
0 commit comments