Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve IBC query tests #510

Merged
merged 2 commits into from
Nov 4, 2020
Merged

Improve IBC query tests #510

merged 2 commits into from
Nov 4, 2020

Conversation

willclarktech
Copy link
Contributor

@willclarktech willclarktech commented Nov 3, 2020

Part 2 of #494
Merge after #509

import { pendingWithoutSimapp, simapp } from "../testutils.spec";
import { IbcExtension, setupIbcExtension } from "./ibc";
import { QueryClient } from "./queryclient";
import * as ibcTest from "./testutils.spec";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not convinced this is the best way to export/import and organize the testutils.spec module. We use this module name usually for all kinds of helper functions, not only data.

Can we either export all the ibc data as a single ibcData or rename the module to only contain ibc data?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants