Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Dec 14, 2022
1 parent f6e10cc commit 72a8d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_app/runners/test_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ def run(self):
cloud_runtime.dispatch()

parse_mock.assert_called_once_with(())
assert copy_mock.mock_calls[0].kwargs["ignore_functions"][0].args[1] == {"lightning_logs", "foo"}
assert copy_mock.mock_calls[0].kwargs["ignore_functions"][0].args[1] == set()

assert (path / ".lightningignore").exists()

Expand Down

0 comments on commit 72a8d88

Please sign in to comment.