We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93efe58 commit f8ee58fCopy full SHA for f8ee58f
test_stale_repos.py
@@ -209,7 +209,7 @@ def test_get_inactive_repos_with_exempt_topics(self):
209
expected_output = (
210
f"Exempt topics: ['topic1', 'topic2']\n"
211
f"https://github.com/example/repo is exempt from stale repo check\n"
212
- f"https://github.com/example/repo2: 30 days inactive\n"
+ f"https://github.com/example/repo2 30 days inactive\n"
213
f"Found 1 stale repos in {organization}\n"
214
)
215
self.assertEqual(expected_output, output)
0 commit comments