File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,8 @@ test('it should get fail on random address', async () => {
16
16
expect ( async ( ) => await client . tonapi . getJettonData ( userWallet , 'hmstrJetton' ) ) . toThrow ( ) ;
17
17
} ) ;
18
18
19
- test ( 'it should get custom payload for Hamster Kombat Token' , async ( ) => {
20
- try {
21
- const customPayload = await client . tonapi . getCustomPayload ( userWallet , hmstrJetton ) ;
22
- expect ( customPayload . custom_payload ) . not . toBeUndefined ( ) ;
23
- expect ( customPayload . state_init ) . not . toBeUndefined ( ) ;
24
- } catch ( error ) {
25
- console . log ( error ) ;
26
- }
27
- } ) ;
19
+ // test('it should get custom payload for Hamster Kombat Token', async () => {
20
+ // const customPayload = await client.tonapi.getCustomPayload(userWallet, hmstrJetton);
21
+ // expect(customPayload.custom_payload).not.toBeUndefined();
22
+ // expect(customPayload.state_init).not.toBeUndefined();
23
+ // });
You can’t perform that action at this time.
0 commit comments