Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Sep 16, 2024
1 parent 76c2bea commit 65a698c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/fireproof/gateway.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ describe("Gateway", function () {
});

it("should start Meta Gateway", async function () {
const metaUrl = await metaGateway?.buildUrl(metaStore?._url, "main");
await metaGateway?.start(metaStore?._url);
});

Expand All @@ -206,7 +205,6 @@ describe("Gateway", function () {
});

it("should close Meta Gateway", async function () {
const metaUrl = await metaGateway?.buildUrl(metaStore?._url, "main");
await metaGateway?.start(metaStore?._url);
await metaGateway?.close(metaStore?._url);
});
Expand Down Expand Up @@ -260,8 +258,6 @@ describe("Gateway", function () {
});

it("should start WAL Gateway", async function () {
const testKey = "bafkreidxwt2nhvbl4fnqfw3ctlt6zbrir4kqwmjo5im6rf4q5si27kgo2i";
const walUrl = await walGateway?.buildUrl(walStore?._url, testKey);
await walGateway?.start(walStore?._url);
});

Expand Down Expand Up @@ -315,8 +311,6 @@ describe("Gateway", function () {
});

it("should close WAL Gateway", async function () {
const testKey = "bafkreidxwt2nhvbl4fnqfw3ctlt6zbrir4kqwmjo5im6rf4q5si27kgo2i";
const walUrl = await walGateway?.buildUrl(walStore?._url, testKey);
await walGateway?.start(walStore?._url);
await walGateway?.close(walStore?._url);
});
Expand Down

0 comments on commit 65a698c

Please sign in to comment.