Skip to content

Commit 2dc8d1d

Browse files
committed
Fix text used to validate test output.
1 parent 3d12f92 commit 2dc8d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_unittests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2526,7 +2526,7 @@ def test_nopromote(self):
25262526
testdir = os.path.join(self.common_test_dir, '98 subproject subdir')
25272527
with self.assertRaises(subprocess.CalledProcessError) as cm:
25282528
self.init(testdir, extra_args=['--wrap-mode=nopromote'])
2529-
self.assertIn('Dependency "subsub" not found', cm.exception.stdout)
2529+
self.assertIn('dependency subsub found: NO', cm.exception.stdout)
25302530

25312531
def test_force_fallback_for(self):
25322532
testdir = os.path.join(self.unit_test_dir, '31 forcefallback')

0 commit comments

Comments
 (0)