This commit is contained in:
xenticore
2025-04-30 19:11:21 -04:00
parent a34c040acd
commit 19fe1c70a4

View File

@@ -79,7 +79,6 @@ describe('Price Service', () => {
await expect(fetchPrice(mockToken, mockDefIndex + ";" + mockQuality)).rejects.toThrow()
})
})
test('fetchKeyPrice uses correct parameters', async () => {
(getStorageValue as jest.Mock).mockResolvedValue(null);