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"); - }); });