From e2a2d8731ee71c4ea1a9f3891436d14c46c121d8 Mon Sep 17 00:00:00 2001 From: Asartea <76259120+Asartea@users.noreply.github.com> Date: Fri, 29 Sep 2023 08:47:14 +0200 Subject: [PATCH] Update tests --- botCommands/os.test.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/botCommands/os.test.js b/botCommands/os.test.js index 2483cea2..dc3d108b 100644 --- a/botCommands/os.test.js +++ b/botCommands/os.test.js @@ -12,11 +12,9 @@ describe('!os', () => { }); it.each([ - ['wndows'], + ['so'], ['os'], - ['window'], - ['!wndows'], - ['!window'], + ['!so'], ['! os'], ['!aos'], ])("'%s' does not trigger the callback", (string) => {