Skip to content

Commit edd270b

Browse files
committed
Use uuid for booking ref to let the test pass on each run
1 parent 3d08ca0 commit edd270b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe('search tests', () => {
179179
expect(availabilityKey).toBeTruthy();
180180
});
181181
let booking;
182-
// const reference = faker.datatype.uuid();
182+
const bookingRefId = faker.datatype.uuid();
183183
it('should be able to create a booking', async () => {
184184
const fullName = faker.name.findName().split(' ');
185185
const retVal = await app.createBooking({

0 commit comments

Comments
 (0)