- linter
This commit is contained in:
parent
115e5bf353
commit
d3a857743d
@ -39,13 +39,13 @@ import {
|
||||
import {
|
||||
FaultInjectedExchangeService,
|
||||
FaultInjectionResponseContext,
|
||||
} from "../harness/faultInjection";
|
||||
import { defaultCoinConfig } from "../harness/denomStructures";
|
||||
} from "../harness/faultInjection.js";
|
||||
import { defaultCoinConfig } from "../harness/denomStructures.js";
|
||||
|
||||
/**
|
||||
* Test if the wallet handles outdated exchange versions correct.y
|
||||
*/
|
||||
export async function runExchangeManagementTest(t: GlobalTestState) {
|
||||
export async function runExchangeManagementTest(t: GlobalTestState): Promise<void> {
|
||||
// Set up test environment
|
||||
|
||||
const db = await setupDb(t);
|
||||
|
Loading…
Reference in New Issue
Block a user