mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Remove obsolete pendingWithoutSimapp42 import in tests
This commit is contained in:
parent
dc814b1e26
commit
f8bd2e3783
@ -6,14 +6,7 @@ import { BaseAccount } from "cosmjs-types/cosmos/auth/v1beta1/auth";
|
||||
import { Any } from "cosmjs-types/google/protobuf/any";
|
||||
import Long from "long";
|
||||
|
||||
import {
|
||||
nonExistentAddress,
|
||||
pendingWithoutSimapp,
|
||||
pendingWithoutSimapp42,
|
||||
simapp,
|
||||
unused,
|
||||
validator,
|
||||
} from "../testutils.spec";
|
||||
import { nonExistentAddress, pendingWithoutSimapp, simapp, unused, validator } from "../testutils.spec";
|
||||
import { AuthExtension, setupAuthExtension } from "./auth";
|
||||
import { QueryClient } from "./queryclient";
|
||||
|
||||
|
@ -4,7 +4,6 @@ import {
|
||||
nonExistentAddress,
|
||||
nonNegativeIntegerMatcher,
|
||||
pendingWithoutSimapp,
|
||||
pendingWithoutSimapp42,
|
||||
simapp,
|
||||
unused,
|
||||
} from "../testutils.spec";
|
||||
|
Loading…
x
Reference in New Issue
Block a user