Skip to content

Commit

Permalink
Fix another test expectation from format change
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschmeling committed Apr 22, 2024
1 parent 89139ad commit 058d8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/bin/vip-slowlogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ describe( 'getSlowlogs', () => {

expect( exit.withError ).toHaveBeenCalledTimes( 1 );
expect( exit.withError ).toHaveBeenCalledWith(
'Invalid format: jso. The supported formats are: csv, json, text.'
'Invalid format: jso. The supported formats are: csv, json, table.'
);

expect( slowlogsLib.getRecentSlowlogs ).not.toHaveBeenCalled();
Expand Down

0 comments on commit 058d8a5

Please sign in to comment.