Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dkershner6 committed Oct 27, 2023
1 parent c8c30fa commit 66244df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests-unit/tests/cache.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { hasCacheExtension } from "../../open-next/src/adapters/cache";

describe("hasCacheExtension", () => {
it("Should returns true if extension has a CacheExtension", () => {
it("Should returns true if has an extension and it is a CacheExtension", () => {
expect(hasCacheExtension("hello.json")).toBeTruthy();
});

Expand Down

0 comments on commit 66244df

Please sign in to comment.