We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfe435 commit 1626788Copy full SHA for 1626788
1 file changed
backend/src/testrecords.ts
@@ -53,7 +53,7 @@ const TestDataSchema = z.object({
53
pixelError: z.number().min(0).max(1),
54
timeStamp: z.coerce.date(),
55
timing: z.number().min(0),
56
- nErrors: z.number().int().positive(),
+ nErrors: z.number().int().min(0),
57
commitHash: z.string().min(1),
58
referenceImage: z.string().min(1),
59
candidateImage: z.coerce.date(),
0 commit comments