Skip to content

Commit 2adc2df

Browse files
committed
fix(tests): Fixing broken integration tests for token data
1 parent f9bc44c commit 2adc2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/chains/bchn/psf-slp-indexer.integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ describe('#psf-slp-indexer', () => {
130130
const tokenId =
131131
'f055256b938f1ecfa270459d6f12c7c8c82b66d3263c03d5074445a2b1a498a3'
132132

133-
bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/'
133+
// bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/'
134134
const result = await bchjs.PsfSlpIndexer.getTokenData(tokenId)
135135
// console.log('result: ', result)
136136

0 commit comments

Comments
 (0)