From 1c3ef336061a00394cf447a5837521c4293c8d73 Mon Sep 17 00:00:00 2001 From: JulianMerlo Date: Mon, 11 Dec 2023 16:55:56 -0300 Subject: [PATCH] Resolve test --- .../repositories/ArbitrumEvmJsonRPCBlockRepository.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/blockchain-watcher/test/infrastructure/repositories/ArbitrumEvmJsonRPCBlockRepository.test.ts b/blockchain-watcher/test/infrastructure/repositories/ArbitrumEvmJsonRPCBlockRepository.test.ts index a902c370..b4433c1c 100644 --- a/blockchain-watcher/test/infrastructure/repositories/ArbitrumEvmJsonRPCBlockRepository.test.ts +++ b/blockchain-watcher/test/infrastructure/repositories/ArbitrumEvmJsonRPCBlockRepository.test.ts @@ -45,9 +45,6 @@ describe("ArbitrumEvmJsonRPCBlockRepository", () => { // Then expect(result).toBe(expectedBlock); - - const fileExists = fs.existsSync(`${dirPath}/arbitrum-latest.json`); - expect(fileExists).toBe(true); }); it("should be throw error because unable to parse empty result for latest block", async () => {