diff --git a/tests/vesting-cancel.test.ts b/tests/vesting-cancel.test.ts index b55f673..e8b3609 100644 --- a/tests/vesting-cancel.test.ts +++ b/tests/vesting-cancel.test.ts @@ -16,8 +16,8 @@ import { TxOutput, Value, } from "@hyperionbt/helios"; -import {lockAda} from './src/lockAda.ts'; -import {cancelVesting} from './src/cancelVesting.ts'; +import {lockAda} from './src/vesting-lock.ts'; +import {cancelVesting} from './src/vesting-cancel.ts'; describe("a vesting contract: Cancel transaction", async () => { diff --git a/tests/vesting-lock.test.ts b/tests/vesting-lock.test.ts index fce7466..e5e93db 100644 --- a/tests/vesting-lock.test.ts +++ b/tests/vesting-lock.test.ts @@ -17,7 +17,7 @@ import { TxOutput, Value, } from "@hyperionbt/helios"; -import {lockAda} from './src/lockAda.ts'; +import {lockAda} from './src/vesting-lock.ts'; describe("a vesting contract lockAda transaction", async () => {