diff --git a/test_cog_tickets.py b/test_cog_tickets.py index d2db4ca..7f35b40 100755 --- a/test_cog_tickets.py +++ b/test_cog_tickets.py @@ -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