Skip to content

Commit 2350fbc

Browse files
Update src/background.summary.test.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent ed213c2 commit 2350fbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/background.summary.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ function installChromeMock() {
107107
},
108108
},
109109
session: {
110-
get: async (key: string) => ({ openai_api_key: "foo" }),
111-
set: async (items: any) => {},
112-
remove: async (key: string) => {},
110+
get: async (_key: string) => ({ openai_api_key: "foo" }),
111+
set: async (_items: any) => {},
112+
remove: async (_key: string) => {},
113113
},
114114
},
115115
};

0 commit comments

Comments
 (0)