Skip to content

Commit

Permalink
Integration test final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
faust403 committed Nov 20, 2024
1 parent 5667b7d commit d9aab18
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions integration_tests/src/testcases/core.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2609,23 +2609,6 @@ describe('Core', () => {
token_uri: null,
});
});
it('bond tokenized share from registered validator', async () => {
const { coreContractClient, neutronUserAddress } = context;
const res = await coreContractClient.bond(
neutronUserAddress,
{},
1.6,
undefined,
[
{
amount: '20000',
denom: context.tokenizedDenomOnNeutron,
},
],
);
expect(res.transactionHash).toHaveLength(64);
await checkExchangeRate(context);
});
it('try to withdraw from paused manager', async () => {
const {
withdrawalVoucherContractClient,
Expand Down

0 comments on commit d9aab18

Please sign in to comment.