diff --git a/tests/point_cloud/test_workingcopy.py b/tests/point_cloud/test_workingcopy.py index da465f74..27ae732a 100644 --- a/tests/point_cloud/test_workingcopy.py +++ b/tests/point_cloud/test_workingcopy.py @@ -1118,7 +1118,7 @@ def test_lfs_gc(cli_runner, data_archive, monkeypatch): def _remove_copy_on_write_warning(stderr_output): if len(stderr_output) > 3 and stderr_output[0:3] == [ "Copy-on-write is not supported on this filesystem.", - "Currently Kart must create two copies of point cloud tiles to support full distributed version control features.", + "Currently Kart must create two copies of tiles to support full distributed version control features.", "For more info, see https://docs.kartproject.org/en/latest/pages/git_lfs.html#disk-usage", ]: return stderr_output[3:]