Skip to content

Commit d05e4c3

Browse files
committed
fix: updating failing test for initial reducer state
1 parent c696d1f commit d05e4c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hub/reducers.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2021-2023 The Pybricks Authors
2+
// Copyright (c) 2021-2024 The Pybricks Authors
33

44
import { AnyAction } from 'redux';
55
import {
@@ -47,6 +47,7 @@ test('initial state', () => {
4747
"preferredFileFormat": null,
4848
"runtime": "hub.runtime.disconnected",
4949
"useLegacyDownload": false,
50+
"useLegacyStartUserProgram": false,
5051
"useLegacyStdio": false,
5152
}
5253
`);

0 commit comments

Comments
 (0)