aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar MeGaGiGaGon <[email protected]>2025-04-10 17:59:45 -0700
committerGravatar MeGaGiGaGon <[email protected]>2025-04-10 17:59:45 -0700
commit794663f74ea3d5113c2229b5cbd07e301f7248e4 (patch)
treea7977220951462e956f19d0d276cf46fa72ae3cb /tests
parentAdd step to zen command slicing (diff)
fix whitespace and file end lints
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/exts/utils/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/exts/utils/test_utils.py b/tests/bot/exts/utils/test_utils.py
index 17cfe05b8..9b8ea4ade 100644
--- a/tests/bot/exts/utils/test_utils.py
+++ b/tests/bot/exts/utils/test_utils.py
@@ -91,4 +91,4 @@ class ZenTests(unittest.IsolatedAsyncioTestCase):
for input_slice in slices:
with self.subTest(input_slice = input_slice), self.assertRaises(BadArgument):
- await self.cog.zen.callback(self.cog, self.ctx, search_value=input_slice) \ No newline at end of file
+ await self.cog.zen.callback(self.cog, self.ctx, search_value=input_slice)