aboutsummaryrefslogtreecommitdiff
path: root/cbc/tests/test_cbc.py
diff options
context:
space:
mode:
Diffstat (limited to 'cbc/tests/test_cbc.py')
-rw-r--r--cbc/tests/test_cbc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbc/tests/test_cbc.py b/cbc/tests/test_cbc.py
index 84e4e67..6d0de88 100644
--- a/cbc/tests/test_cbc.py
+++ b/cbc/tests/test_cbc.py
@@ -58,7 +58,7 @@ class TestCBC(object):
# Test against conda's build system
conda_meta = conda_build.metadata.MetaData(self.env.pkgdir)
nose.tools.assert_is_instance(conda_meta, conda_build.metadata.MetaData)
- nose.tools.assert_equal(conda_meta.dist(), 'test-1.0.0-py34_1')
+ nose.tools.assert_equal(conda_meta.dist(), 'test-1.0.0-'+conda_meta.build_id())