Skip to content

Commit

Permalink
add a ttl to tests for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed Dec 13, 2023
1 parent 110fe47 commit 7d91828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcjet/test/index.node.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2328,7 +2328,7 @@ describe("SDK", () => {
protect: jest.fn(
async () =>
new ArcjetRuleResult({
ttl: 0,
ttl: 5000,
state: "RUN",
conclusion: "DENY",
reason: new ArcjetTestReason(),
Expand Down

0 comments on commit 7d91828

Please sign in to comment.