Resolve test

This commit is contained in:
JulianMerlo 2023-12-11 16:55:56 -03:00
parent e11ff63bd6
commit 1c3ef33606
1 changed files with 0 additions and 3 deletions

View File

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