Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Jan 16, 2025
1 parent 4a978df commit 093c5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/__tests__/accounts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import yargs from 'yargs';
import list from '../account/list';
import rename from '../account/rename';
import use from '../account/use';
import info from '../account/info';
import * as info from '../account/info';
import remove from '../account/remove';
import clean from '../account/clean';

Expand Down

0 comments on commit 093c5fc

Please sign in to comment.