Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Asartea authored Sep 29, 2023
1 parent c1dbdda commit e2a2d87
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions botCommands/os.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ describe('!os', () => {
});

it.each([
['wndows'],
['so'],
['os'],
['window'],
['!wndows'],
['!window'],
['!so'],
['! os'],
['!aos'],
])("'%s' does not trigger the callback", (string) => {
Expand Down

0 comments on commit e2a2d87

Please sign in to comment.