Skip to content

Commit eaa08f7

Browse files
Merge pull request #243 from Permissionless-Software-Foundation/ct-unstable
fix(test): Updating integration test
2 parents ac0a4b0 + 9ac620e commit eaa08f7

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
@@ -128,7 +128,7 @@ describe('#psf-slp-indexer', () => {
128128
describe('#getTokenData', () => {
129129
it('should get token data', async () => {
130130
const tokenId =
131-
'f055256b938f1ecfa270459d6f12c7c8c82b66d3263c03d5074445a2b1a498a3'
131+
'd9aafa7acb514c597caf440ae268b5e4e955f2687e05f044cdf8fd9550d9a27b'
132132

133133
// bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/'
134134
const result = await bchjs.PsfSlpIndexer.getTokenData(tokenId)

0 commit comments

Comments
 (0)