fix: use timestamp-qualified name in csv dedup test
This commit is contained in:
@@ -201,7 +201,7 @@ test.describe('CSV Upload Player Deduplication', () => {
|
|||||||
// Check that the existing player was updated (not duplicated)
|
// Check that the existing player was updated (not duplicated)
|
||||||
const aggregatePlayers = await prisma.player.findMany({
|
const aggregatePlayers = await prisma.player.findMany({
|
||||||
where: {
|
where: {
|
||||||
name: 'Aggregate Test',
|
name: `Aggregate Test ${ts}`,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user