Skip to content

Commit

Permalink
Fix 2.7 incompatibility in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jun 21, 2021
1 parent 5873cc7 commit 2ee6562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huey/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def task_a(task=None):
self.huey.execute(task, seconds(30))
self.assertEqual(state, [res.id, r2.id, r3.id, r4.id])

state.clear()
state = []

def test_scheduling_expires(self):
@self.huey.task()
Expand Down

0 comments on commit 2ee6562

Please sign in to comment.