Skip to content

Commit 67243d1

Browse files
Update src/schemas/__tests__/index.test.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 069fcc3 commit 67243d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { GLOBAL_STATE_KEYS } from "../index"
44

5-
describe("GLOBAL_SETTINGS_KEYS", () => {
5+
describe("GLOBAL_STATE_KEYS", () => {
66
it("should contain provider settings keys", () => {
77
expect(GLOBAL_STATE_KEYS).toContain("autoApprovalEnabled")
88
})

0 commit comments

Comments
 (0)