Skip to content

Commit

Permalink
fixed test case typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeloGH committed Jan 5, 2020
1 parent 6222994 commit 06a5c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/__tests__/commands/remove/ignore.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const generateParams = () => {
return params;
};

describe('weaver add ignore command tests', () => {
describe('weaver remove ignore command tests', () => {
test('Base behavior', () => {
expect(importedModule).not.toBe(undefined);
});
Expand Down

0 comments on commit 06a5c23

Please sign in to comment.