Skip to content

Commit 625d517

Browse files
committed
lunter smelled something
1 parent 77da08c commit 625d517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration-local/feature-toggles.integration.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe("local integration test", () => {
119119
test("init config conflict between file and auto preserves", async () => {
120120
const firstEntry = Object.entries(configForFile)[0];
121121
const configForConflict = Object.fromEntries(
122-
[firstEntry].map(([key, value]) => [key, { type: "number", fallbackValue: 0 }])
122+
[firstEntry].map(([key]) => [key, { type: "number", fallbackValue: 0 }])
123123
);
124124
mockReadFile.mockImplementationOnce((filepath, callback) =>
125125
callback(null, Buffer.from(JSON.stringify(configForFile)))

0 commit comments

Comments
 (0)