Skip to content

Commit

Permalink
Update database.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Aug 13, 2024
1 parent 10d41d2 commit dde9930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/database.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Country from '../src/models/Country'
import ParkingSpot from '../src/models/ParkingSpot'

beforeAll(() => {
// testHelper.initializeLogger()
testHelper.initializeLogger()
})

describe('Test database connection', () => {
Expand Down

0 comments on commit dde9930

Please sign in to comment.