Skip to content

Commit

Permalink
Update booking.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Feb 17, 2024
1 parent 62b50a3 commit 48dc642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/booking.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ beforeAll(async () => {
if (await DatabaseHelper.Connect(false)) {
await TestHelper.initializeDatabase()

// create a agency
// create an agency
const agencyName = TestHelper.getAgencyName()
SUPPLIER_ID = await TestHelper.createAgency(`${agencyName}@test.bookcars.ma`, agencyName)

Expand Down

0 comments on commit 48dc642

Please sign in to comment.