summaryrefslogtreecommitdiff
path: root/tests/test_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_setup.py')
-rw-r--r--tests/test_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_setup.py b/tests/test_setup.py
index 4467d209..d786ca05 100644
--- a/tests/test_setup.py
+++ b/tests/test_setup.py
@@ -28,7 +28,7 @@ class SetupPyTest(CoverageTest):
out = output.splitlines()
self.assertIn("measurement", out[0])
self.assertEqual(coverage.__version__, out[1])
- self.assertIn("bitbucket.org/ned/coveragepy", out[2])
+ self.assertIn("github.com/nedbat/coveragepy", out[2])
self.assertIn("Ned Batchelder", out[3])
def test_more_metadata(self):