Skip to content

Commit ab1dd0d

Browse files
committed
fix broken test that we did not know was broken
1 parent 5050f14 commit ab1dd0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_org_crud():
6060
r.get_workers()
6161
r.create_worker(email=TEST_WORKER,
6262
min_hours_per_workweek=30,
63-
max_hours_per_week=40)
63+
max_hours_per_workweek=40)
6464

6565
logger.debug("Deleting worker")
6666
r.delete()

0 commit comments

Comments
 (0)