Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Jul 2, 2024
1 parent f2315b6 commit 0744207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deny-list/scripts.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Redis } from "@upstash/redis";
import { beforeAll, beforeEach, describe, expect, test } from "bun:test";
import { beforeEach, describe, expect, test } from "bun:test";
import { DenyListExtension, IpDenyListStatusKey, IsDenied } from "../types";
import { checkDenyListScript } from "./scripts";
import { disableIpDenyList, updateIpDenyList } from "./deny-list-update";
import { disableIpDenyList, updateIpDenyList } from "./ip-deny-list";

describe("should manage state correctly", async () => {
const redis = Redis.fromEnv();
Expand Down

0 comments on commit 0744207

Please sign in to comment.