summaryrefslogtreecommitdiff
path: root/tests/artifactcache
diff options
context:
space:
mode:
Diffstat (limited to 'tests/artifactcache')
-rw-r--r--tests/artifactcache/junctions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/artifactcache/junctions.py b/tests/artifactcache/junctions.py
index 34d6916e8..c93d79c4b 100644
--- a/tests/artifactcache/junctions.py
+++ b/tests/artifactcache/junctions.py
@@ -57,7 +57,7 @@ def test_push_pull(cli, tmpdir, datafiles):
# In the parent project's cache
assert_shared(cli, share, project, 'target.bst', project_name='parent')
assert_shared(cli, share, project, 'app.bst', project_name='parent')
- assert_shared(cli, share, base_project, 'base-element.bst', project_name='base')
+ assert_not_shared(cli, share, base_project, 'base-element.bst', project_name='base')
# In the junction project's cache
assert_not_shared(cli, base_share, project, 'target.bst', project_name='parent')