Skip to content

Commit

Permalink
Fix test failures due to daf_butler default arg changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Dec 3, 2022
1 parent 361593f commit eb77233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cliCmdDefineVisits.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_repoBasic(self):
"""Test the most basic required arguments."""
self.run_test(
["define-visits", "here", "a.b.c"],
self.makeExpected(repo="here", instrument="a.b.c", where=None),
self.makeExpected(repo="here", instrument="a.b.c", where=""),
)

def test_all(self):
Expand All @@ -70,7 +70,7 @@ def test_all(self):
# passed in the list of arguments to
# run_test.
collections=("foo/bar", "baz", "boz"),
where=None,
where="",
),
)

Expand Down

0 comments on commit eb77233

Please sign in to comment.