Skip to content

Commit

Permalink
test: expirationd.tasks() has no arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Sep 18, 2021
1 parent 8fb028a commit 070bb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ test:test('simple expires test', function(test)
log.info("after print archive space " .. prefix_space_id(archive_space_id), "\n")
print_test_tuples(archive_space_id)

expirationd.tasks(true)
expirationd.tasks()

local task = expirationd.task("test")
test:is(task.start_time, start_time, 'checking start time')
Expand Down

0 comments on commit 070bb07

Please # to comment.