diff --git a/tests/utils.ts b/tests/utils.ts index 19c8ab8d..27a4b8cd 100644 --- a/tests/utils.ts +++ b/tests/utils.ts @@ -32,7 +32,7 @@ export async function fixture( assert( exists, - `Fixture file ${fixtureFilePath} does not exist. To make this work, place a new file ${fixtureFilePath} in the tests/fixtures/${scenario} directory` + `Fixture file ${file} does not exist. To make this work, place a new file ${file} in the tests/fixtures/${scenario} directory` ); let contents = await fs.readFile(fixtureFilePath);