Skip to content

Commit 63863cf

Browse files
authored
Merge branch 'master' into fix-ci-tests
2 parents 7f84ffc + c4c2104 commit 63863cf

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

tests/index.test.ts

+3-8
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,11 @@ it('should fail registration', async () => {
9595
// devnet endpoint
9696
// endpoint: customEndpoint
9797
})
98-
9998
// Wait for the entropy instance to be ready
10099
await entropy.ready
101100
try {
102-
const preRegistrationStatus = await entropy.isRegistered(charlieStashAddress)
103-
expect(preRegistrationStatus).toBeFalsy()
104-
await entropy.register({
105-
address: charlieStashAddress,
106-
keyVisibility: 'Permissioned',
107-
freeTx: false,
108-
})
101+
const preRegistrationStatus = await entropy.isRegistered(noBalanceSeed)
102+
109103
} catch (e) {
110104
expect(e).toBeTruthy()
111105
}
@@ -166,6 +160,7 @@ it('should handle registration, program management, and signing', async () => {
166160

167161
expect(postStringifiedResponse).toBe('true')
168162

163+
169164
console.log('post registration')
170165
} catch (e) {
171166
console.error('Error in post-registration status check:', e.message)

0 commit comments

Comments
 (0)