Skip to content

Commit

Permalink
test(core): add createMandatoryUsers to swap test
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Dec 8, 2023
1 parent ee84ec1 commit 8714bf9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { DuplicateError } from "@/domain/errors"
import { SwapState, SwapType } from "@/domain/swap"
import { admin as LedgerAdmin } from "@/services/ledger/admin"
import { createMandatoryUsers } from "test/helpers"

beforeAll(async () => {
await createMandatoryUsers()
})

describe("Swap Record ledger Fee", () => {
let entryId: LedgerTransactionId[] = []
Expand Down

0 comments on commit 8714bf9

Please sign in to comment.