We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0ad28 commit 54ba731Copy full SHA for 54ba731
test/integration/PetService.test.ts
@@ -27,6 +27,7 @@ describe('PetService', () => {
27
28
test('should create a new pet in the database', async (done) => {
29
const pet = new Pet();
30
+ pet.id = 'xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx';
31
pet.name = 'test';
32
pet.age = 1;
33
const service = Container.get<PetService>(PetService);
0 commit comments