Skip to content

Commit

Permalink
Fix typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Jun 10, 2024
1 parent 4c1e7ab commit 8af7778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/test/organizations.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('OrganizationsController (e2e)', () => {
name: 'test-org',
warehouse: {
name: 'test-warehouse',
address: 'test-adress',
address: 'test-address',
},
};
const res = await agent.post('/api/organizations').send(dto).expect(201);
Expand Down

0 comments on commit 8af7778

Please sign in to comment.