You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/relay/tests/lib/eth.spec.ts
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2413,6 +2413,42 @@ describe('Eth calls using MirrorNode', async function () {
2413
2413
expect(result).to.equal("0x00");
2414
2414
});
2415
2415
2416
+
//Return once the value, then it's being fetched from cache. After the loop we reset the sdkClientStub, so that it returns nothing, if we get an error in the next request that means that the cache was cleared.
2417
+
it('eth_call should cache the response for 200ms',asyncfunction(){
0 commit comments