Skip to content

Commit

Permalink
Attempt to fix test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
timcallow committed Jan 7, 2025
1 parent c51616b commit 32b2c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datalad_slurm/tests/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ def test_register():
assert hasattr(da, 'finish')
assert hasattr(da, 'reschedule')
assert_result_count(
da.schedule(),
da.schedule(cmd="echo test", dry_run="basic"),
1,
action='demo')
assert_result_count(
da.finish(),
1,
action='demo')
assert_result_count(
da.reschedule(),
da.reschedule(since="HEAD~1", report=True),
1,
action='demo')

0 comments on commit 32b2c53

Please sign in to comment.