From 3793fe56d2a312384af7ffa06213369700b117f6 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 20 Jul 2022 21:37:32 +0200 Subject: [PATCH] Fixing --- test/src/Validator.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/Validator.test.ts b/test/src/Validator.test.ts index 74aa909e..03095c86 100644 --- a/test/src/Validator.test.ts +++ b/test/src/Validator.test.ts @@ -29,7 +29,7 @@ describe("Validate", function () { expect(object).to.not.be.null; }); - describe("Checking refs", function () { + describe("Checking refs of " + filepath, function () { if (!object) { return; }