Skip to content

Commit 2655e84

Browse files
author
Jannik Zschiesche
committed
CS
1 parent 3d33cbe commit 2655e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/integration/flattenChoices_spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {flattenChoices} from "../../../js/lib/helper";
33

44
describe('flattenChoices() Tests', () => {
55
it("should properly flatten", () => {
6-
let input = [
6+
const input = [
77
{headline: null, choices: [1,2,3]},
88
{headline: null, choices: [4,5,6]},
99
];

0 commit comments

Comments
 (0)