Skip to content

Commit 1f12396

Browse files
Tests: Fix linter error.
1 parent 002c8d4 commit 1f12396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/micropython-fs-hex.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('Test size operations.', () => {
181181

182182
it('The maximum filesystem size cannot be larger than space available', () => {
183183
const failCase1 = () => {
184-
const microbitFs = new MicropythonFsHex(uPyHexFile, {
184+
const microbitFs2 = new MicropythonFsHex(uPyHexFile, {
185185
maxFsSize: 1024 * 1024,
186186
});
187187
};

0 commit comments

Comments
 (0)