Skip to content

Commit

Permalink
fixing indent error
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Philion committed May 14, 2024
1 parent ddd0e6f commit 4f93109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_cog_tickets.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ async def test_assign_invalid_discord_user(self):
self.assertIn("/scn add", ctx.respond.call_args.args[0])


async def test_create_invalid_discord_user(self):
async def test_create_invalid_discord_user(self):
ctx = self.build_context()
test_name = "not-the-test-user" # invalid discord user
ctx.user.name = test_name
Expand Down

0 comments on commit 4f93109

Please sign in to comment.