diff options
-rw-r--r-- | src/buildstream/testing/_cachekeys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/testing/_cachekeys.py b/src/buildstream/testing/_cachekeys.py index a7ea5ad7e..b4340adbf 100644 --- a/src/buildstream/testing/_cachekeys.py +++ b/src/buildstream/testing/_cachekeys.py @@ -143,6 +143,6 @@ def _assert_cache_keys(project_dir, output): raise AssertionError( "Cache key mismatches occurred:\n{}\n".format(info) - + "Use python3 -m buildstream.testing._update_cachekeys in the project's" + + "Use python3 -m buildstream.testing._update_cachekeys in the project's " + "directory to automatically update this test case" ) |