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 () => {