Skip to content

Commit b5bcc7f

Browse files
committed
fix test message
1 parent 2029861 commit b5bcc7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cloudflare/src/api/do-sharded-tag-cache.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe("DOShardedTagCache", () => {
131131
dangerous: { disableTagCache: false },
132132
};
133133
});
134-
it("should return if the cache is disabled", async () => {
134+
it("should return early if the cache is disabled", async () => {
135135
globalThis.openNextConfig = {
136136
dangerous: { disableTagCache: true },
137137
};

0 commit comments

Comments
 (0)