Skip to content

Commit

Permalink
fonction back to classes
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisTherin committed Mar 29, 2024
1 parent 181d94e commit 52db298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/projectionDePopulation2019-2024/Ingest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('Testing - projectionDePopulation2019-2024 Ingestion', () => {
try {
fs.mkdirSync( testDir )
} catch (err) {
console.log("in beforeEach creation oftestDir failed", err)
console.log(`in beforeEach creation of ${testDir} failed`, err)
}
})

Expand Down

0 comments on commit 52db298

Please sign in to comment.