Skip to content

Commit 54ba731

Browse files
author
hirsch
committed
✅ Fix integration test
1 parent cf0ad28 commit 54ba731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/PetService.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ describe('PetService', () => {
2727

2828
test('should create a new pet in the database', async (done) => {
2929
const pet = new Pet();
30+
pet.id = 'xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx';
3031
pet.name = 'test';
3132
pet.age = 1;
3233
const service = Container.get<PetService>(PetService);

0 commit comments

Comments
 (0)