Skip to content

Commit 8f48085

Browse files
Gudahttmcmire
andauthored
Fix describe block description
Co-authored-by: Elliot Winkler <[email protected]>
1 parent adbf103 commit 8f48085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/assets-controllers/src/token-prices-service/codefi-v2.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99

1010
const defaultMaxRetryDelay = 30_000;
1111

12-
describe('new CodefiTokenPricesServiceV2()', () => {
12+
describe('CodefiTokenPricesServiceV2', () => {
1313
describe('fetchTokenPrices', () => {
1414
it('uses the /spot-prices endpoint of the Codefi Price API to gather prices for the given tokens', async () => {
1515
nock('https://price-api.metafi.codefi.network')

0 commit comments

Comments
 (0)