Skip to content

Commit 950baef

Browse files
committed
fix test for lint
1 parent d3a2341 commit 950baef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/assets-controllers/src/CurrencyRateController.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function buildMockTokenPricesService(
4444
): AbstractTokenPricesService {
4545
return {
4646
async fetchTokenPrices() {
47-
return {};
47+
return [];
4848
},
4949
async fetchExchangeRates() {
5050
return {};

0 commit comments

Comments
 (0)