Skip to content

Commit

Permalink
chore: delete useless XXX comment
Browse files Browse the repository at this point in the history
  • Loading branch information
foxpy committed Feb 12, 2024
1 parent 6873949 commit a1e464c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/testcases/run_in_band/interchain_kv_query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,6 @@ describe('Neutron / Interchain KV Query', () => {
);
expect(queryResult.registered_query.id).toEqual(queryId);
expect(queryResult.registered_query.owner).toEqual(contractAddress);
// XXX: I could actually check that "key" is correctly derived from contractAddress,
// but this requires bech32 decoding/encoding shenanigans
expect(queryResult.registered_query.keys.length).toEqual(1);
expect(queryResult.registered_query.keys[0].path).toEqual('bank');
expect(queryResult.registered_query.keys[0].key.length).toBeGreaterThan(
Expand Down Expand Up @@ -997,8 +995,6 @@ describe('Neutron / Interchain KV Query', () => {
);
expect(queryResult.registered_query.id).toEqual(queryId);
expect(queryResult.registered_query.owner).toEqual(contractAddress);
// XXX: I could actually check that "key" is correctly derived from contractAddress,
// but this requires bech32 decoding/encoding shenanigans
expect(queryResult.registered_query.keys.length).toEqual(1);
expect(queryResult.registered_query.keys[0].path).toEqual('slashing');
expect(queryResult.registered_query.keys[0].key.length).toBeGreaterThan(
Expand Down

0 comments on commit a1e464c

Please sign in to comment.