Skip to content

Commit f8ee58f

Browse files
committed
fix: correct output format for exempt repository message in inactive repos test
1 parent 93efe58 commit f8ee58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_stale_repos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def test_get_inactive_repos_with_exempt_topics(self):
209209
expected_output = (
210210
f"Exempt topics: ['topic1', 'topic2']\n"
211211
f"https://github.com/example/repo is exempt from stale repo check\n"
212-
f"https://github.com/example/repo2: 30 days inactive\n"
212+
f"https://github.com/example/repo2 30 days inactive\n"
213213
f"Found 1 stale repos in {organization}\n"
214214
)
215215
self.assertEqual(expected_output, output)

0 commit comments

Comments
 (0)