Skip to content

Commit

Permalink
Debug assert_called_with_once
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Sep 18, 2020
1 parent d3de9a7 commit 7f720a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_createApFakes.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def testRunQuantum(self):
{key: dataId for key in {"skyMap", "fakeCat"}})
run = testUtils.runTestQuantum(fakesTask, butler, quantum, True)
# Actual input dataset omitted for simplicity
run.assert_called_once_with(dataId["tract"], self.simpleMap)
run.assert_called_once_with(tractId=dataId["tract"], skyMap=self.simpleMap)
shutil.rmtree(root, ignore_errors=True)

def testRun(self):
Expand Down

0 comments on commit 7f720a4

Please sign in to comment.