From fba4e9bfc392860975f825e9fb023296133f7514 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 21 Feb 2023 19:27:30 +0100 Subject: [PATCH] Fix --- test/src/Utillity.test.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/src/Utillity.test.ts b/test/src/Utillity.test.ts index fdb5e6b9..da3202ac 100644 --- a/test/src/Utillity.test.ts +++ b/test/src/Utillity.test.ts @@ -16,8 +16,4 @@ describe("Files", function () { expect(temp.endsWith("lib"), "ended with lib").to.be.false; }); - - it("Random", function () { - expect(Files.TestFolder()).to.contain("minecraft-bedrock-schemas"); - }); });