diff --git a/e2e/csv-upload-deduplication.test.ts b/e2e/csv-upload-deduplication.test.ts index 7c48736..25b8208 100644 --- a/e2e/csv-upload-deduplication.test.ts +++ b/e2e/csv-upload-deduplication.test.ts @@ -201,7 +201,7 @@ test.describe('CSV Upload Player Deduplication', () => { // Check that the existing player was updated (not duplicated) const aggregatePlayers = await prisma.player.findMany({ where: { - name: 'Aggregate Test', + name: `Aggregate Test ${ts}`, }, });