Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeusgr committed Jun 6, 2023
1 parent 3912315 commit df6ab50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/vesting-cancel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {

Expand Down
2 changes: 1 addition & 1 deletion tests/vesting-lock.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {

Expand Down

0 comments on commit df6ab50

Please sign in to comment.