Skip to content

Commit

Permalink
Merge pull request #438 from lsst/tickets/DM-31725
Browse files Browse the repository at this point in the history
DM-31725: update to deal with daf_butler changes
  • Loading branch information
TallJimbo committed Jan 6, 2023
2 parents 361593f + eb77233 commit 41314ac
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 41314ac

Please sign in to comment.