Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
metreniuk committed Apr 23, 2024
1 parent 3e3a56a commit 0da52b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("fetchDomainBlocklist", () => {
expect(blocklist!.bloomFilter.hash).not.toBe("");
});

it.only("should return a cursor that can be used to re-fetch the blocklist", async () => {
it("should return a cursor that can be used to re-fetch the blocklist", async () => {
const apiConfig = {
domainBlocklistUrl: DEFAULT_BLOCKLIST_URL,
apiKey: process.env.BLOWFISH_API_KEY,
Expand Down

0 comments on commit 0da52b4

Please sign in to comment.