Skip to content

Commit

Permalink
Change number in fake address
Browse files Browse the repository at this point in the history
  • Loading branch information
timvanoostrom committed Dec 17, 2024
1 parent d7ea667 commit 87c1e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/my-locations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vi.mock('./kvk', async (importOriginal) => ({
}));

const adres = { straatnaam: 'address1' } as Adres;
const adres2 = { straatnaam: 'address1' } as Adres;
const adres2 = { straatnaam: 'address2' } as Adres;

describe('fetchPrivate', () => {
const requestID = 'test-request-id';
Expand Down

0 comments on commit 87c1e79

Please sign in to comment.