Skip to content

Commit

Permalink
test(core): add temporary placeholder test in otherwise empty suite
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Jan 12, 2024
1 parent 9052a8c commit db58efc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/api/test/legacy-integration/services/lnd/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ afterEach(() => {
})

describe("lndUtils", () => {
it("placeholder", () => {
expect(true).toBeTruthy()
})
it.skip("sets routing fee correctly", async () => {
// Skipped because this test is already broken. lndOutside1 and lndOutside2
// are directly connected and routing fees are 0.
Expand Down

0 comments on commit db58efc

Please sign in to comment.