summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.com>2017-07-14 15:31:31 +0100
committerTristan Maat <tristan.maat@codethink.com>2017-07-14 15:32:25 +0100
commitb20232f7b243f56ea9e96fe2d036d07d9dd57207 (patch)
treee738e0a1dda0430581c906813aadc85d3d685b86
parent3d571179129d400a73bca599c3d64b9e4af29e86 (diff)
downloadbuildstream-b20232f7b243f56ea9e96fe2d036d07d9dd57207.tar.gz
Fix tests
-rw-r--r--tests/sources/local.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sources/local.py b/tests/sources/local.py
index 7c7dd57bb..10da06e60 100644
--- a/tests/sources/local.py
+++ b/tests/sources/local.py
@@ -48,7 +48,7 @@ def test_unique_key(tmpdir, datafiles):
assert(setup.source.get_kind() == 'local')
# Get the unique key
- unique_key = setup.source.get_unique_key()
+ unique_key = setup.source._get_unique_key()
# No easy way to test this, let's just check that the
# returned 'thing' is an array of tuples and the first element