Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rlizzo committed Oct 20, 2022
1 parent 6d64edc commit 161b7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_app/utilities/packaging/test_cloud_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def test_cloud_compute_with_non_unique_mount_root_dirs():
mount_2 = Mount(source="s3://foo/bar/", root_dir="./foo")

with pytest.raises(ValueError, match="Every Mount attached to a work must have a unique 'root_dir' argument."):
CloudCompute("gpu", mount=[mount_1, mount_2])
CloudCompute("gpu", mounts=[mount_1, mount_2])

0 comments on commit 161b7ba

Please sign in to comment.