Skip to content

Commit

Permalink
fix(test): fix typo/braino in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Nov 10, 2023
1 parent 53e7a33 commit 5c01e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_buildprog.py
Expand Up @@ -53,7 +53,7 @@ def test_produce_artifacts(self, prog, source, mocker):
"lektor.build_programs.BuildProgram.declare_artifact"
)
prog.produce_artifacts()
assert declare_artifact.called_once_with(
declare_artifact.assert_called_once_with(
"/blog/2020/index.html", sources=[source_filename]
)

Expand Down

0 comments on commit 5c01e17

Please sign in to comment.