Page MenuHomePhabricator

D6428.id21509.diff
No OneTemporary

D6428.id21509.diff

diff --git a/lib/utils/ens-cache.test.js b/lib/utils/ens-cache.test.js
--- a/lib/utils/ens-cache.test.js
+++ b/lib/utils/ens-cache.test.js
@@ -62,7 +62,9 @@
return;
}
const timesLookupAddressCalledBefore = timesLookupAddressCalled;
- const ashoatEthResult = await ensCache.getNameForAddress(ashoatAddr);
+ const ashoatEthResult = await ensCache.getNameForAddress(
+ ashoatAddr.toUpperCase(),
+ );
expect(ashoatEthResult).toBe(ashoatDotEth);
expect(timesLookupAddressCalled).toBe(timesLookupAddressCalledBefore);
});

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 2, 12:23 PM (20 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2217647
Default Alt Text
D6428.id21509.diff (561 B)

Event Timeline