Skip to content

Commit 5131c22

Browse files
committed
informant age in 18+ limit
1 parent a5fd298 commit 5131c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/testcases/correction-birth/correct-birth-record-2.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ test.describe.serial('Correct record - 2', () => {
138138
firstNames: faker.person.firstName(),
139139
familyName: faker.person.lastName(),
140140
brn: faker.string.numeric(10),
141-
age: faker.number.int({ min: 1, max: 100 }).toString(),
141+
age: faker.number.int({ min: 18, max: 100 }).toString(),
142142
email: faker.internet.email()
143143
}
144144

0 commit comments

Comments
 (0)