diff options
author | 2021-07-02 16:58:32 +0200 | |
---|---|---|
committer | 2021-07-02 16:58:32 +0200 | |
commit | 231f6dc1d7e9fe478c1fcd517c2ec94a54e0763a (patch) | |
tree | 664b2de007e479eb0d1b6efe1893c5ebd81859d2 | |
parent | Make use of Discord timestamps (diff) |
Tests: remove stale patch of time_since
-rw-r--r-- | tests/bot/exts/info/test_information.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bot/exts/info/test_information.py b/tests/bot/exts/info/test_information.py index ced3a2449..0aa41d889 100644 --- a/tests/bot/exts/info/test_information.py +++ b/tests/bot/exts/info/test_information.py @@ -262,7 +262,6 @@ class UserInfractionHelperMethodTests(unittest.IsolatedAsyncioTestCase): await self._method_subtests(self.cog.user_nomination_counts, test_values, header) [email protected]("bot.exts.info.information.time_since", new=unittest.mock.MagicMock(return_value="1 year ago")) @unittest.mock.patch("bot.exts.info.information.constants.MODERATION_CHANNELS", new=[50]) class UserEmbedTests(unittest.IsolatedAsyncioTestCase): """Tests for the creation of the `!user` embed.""" |