Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Changed "post can" to "post cat"
  • Loading branch information
Webbly25 authored and jmcdo29 committed Oct 11, 2021
1 parent d865761 commit f33ae43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/typeorm-sample/test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('App (e2e)', () => {
.expect(200)
.expect({ deleted: true });
});
it('post can, get by name, update, get by id, delete', async () => {
it('post cat, get by name, update, get by id, delete', async () => {
const ventus = {
name: 'Ventus',
breed: 'Russian Blue',
Expand Down

0 comments on commit f33ae43

Please sign in to comment.