Skip to content

Commit

Permalink
chore: clean up txbuilder test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Aug 24, 2024
1 parent 034b545 commit 2f07c70
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
ScriptSource,
SimpleScriptSourceInfo,
TxIn,
UTxO,
} from "@meshsdk/common";
import { ScriptSource, SimpleScriptSourceInfo, TxIn } from "@meshsdk/common";
import { MeshTxBuilder } from "@meshsdk/transaction";

class MockTxBuilder extends MeshTxBuilder {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
IFetcher,
MintItem,
ScriptSource,
SimpleScriptSourceInfo,
TransactionInfo,
TxIn,
} from "@meshsdk/common";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
MintItem,
ScriptSource,
SimpleScriptSourceInfo,
TxIn,
} from "@meshsdk/common";
import { MintItem, ScriptSource, TxIn } from "@meshsdk/common";
import { MeshTxBuilder } from "@meshsdk/transaction";

class MockTxBuilder extends MeshTxBuilder {
Expand Down

0 comments on commit 2f07c70

Please sign in to comment.