diff --git a/sample/13-mongo-typeorm/src/photo/photo.controller.spec.ts b/sample/13-mongo-typeorm/src/photo/photo.controller.spec.ts index 42f53d12bf9..6d830d2630d 100644 --- a/sample/13-mongo-typeorm/src/photo/photo.controller.spec.ts +++ b/sample/13-mongo-typeorm/src/photo/photo.controller.spec.ts @@ -42,7 +42,7 @@ describe('Photo Controller', () => { }); describe('findAll()', () => { - it('should get an array of photos', () => { + it('should return an array of photos', () => { expect(controller.findAll()).resolves.toEqual([ { name: 'Photo #1',