Skip to content

Commit

Permalink
test fix for linter
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Koppert <[email protected]>
  • Loading branch information
zkoppert committed Mar 1, 2024
1 parent 5831dc8 commit aa60f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_stale_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def test_write_to_markdown(self):
"The following repos have not had a push event for more than 365 days:\n\n"
),
call.write(
"| Repository URL | Days Inactive | Last Push Date | Visibility | "
"| Repository URL | Days Inactive | Last Push Date | Visibility |\n"
),
call.write("| --- | --- | --- | ---: |\n"),
call.write(
Expand Down

0 comments on commit aa60f29

Please sign in to comment.