Skip to content

Commit

Permalink
test(): fix unit tests for nest collection
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jan 5, 2020
1 parent fa8e9c9 commit 24fe5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/schematics/nest.collection.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('Nest Collection', () => {
await collection.execute('name', []);
} catch (error) {
expect(error.message).toEqual(
'Invalid schematic "name". Please, ensure that "name" really exists in this collection.',
'Invalid schematic "name". Please, ensure that "name" exists in this collection.',
);
}
});
Expand Down

0 comments on commit 24fe5d0

Please sign in to comment.