Skip to content

Commit

Permalink
remove only statement
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed May 22, 2024
1 parent 62566a1 commit f7a4a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resetUsedTokens.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ describe("tokenBucket", () => {
});

describe("cachedFixedWindow", () => {
describe.only("region", () => run(newRegion(RegionRatelimit.cachedFixedWindow(limit, windowString))));
describe("region", () => run(newRegion(RegionRatelimit.cachedFixedWindow(limit, windowString))));
});

0 comments on commit f7a4a2f

Please sign in to comment.