Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 29, 2023
1 parent b1f44f4 commit 8a0e0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/covalent_tests/cloud_resource_manager/core_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def test_tf_version_error(mocker, crm):
# succeed
mocker.patch(
"covalent.cloud_resource_manager.core.float",
return_value=latest_incompatible_version + 10_000
return_value=latest_incompatible_version + 10_000,
)

assert "terraform" in crm._get_tf_path()

0 comments on commit 8a0e0ed

Please sign in to comment.