Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 91e13e6

Browse files
committed
Fix tests for get_workdiaries
1 parent fdc0001 commit 91e13e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upwork/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def test_team():
360360
te_v3.delete_snapshot_by_contract(1, 1)
361361

362362
#test get_workdiaries
363-
eq_(te_v3.get_workdiaries(1, 1), [])
363+
eq_(te_v3.get_workdiaries(1, 1), [{'snapshot':'test', 'user':'test'}])
364364

365365
#test get_workdiaries_by_contract
366366
eq_(te_v3.get_workdiaries_by_contract(1, 1), [])

0 commit comments

Comments
 (0)