diff options
Diffstat (limited to 'cli/tests/unit/file_test.ts')
-rw-r--r-- | cli/tests/unit/file_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/file_test.ts b/cli/tests/unit/file_test.ts index 4941554ad..f97283b7f 100644 --- a/cli/tests/unit/file_test.ts +++ b/cli/tests/unit/file_test.ts @@ -60,7 +60,7 @@ unitTest(function fileVariousFileBits(): void { new Uint16Array([0x5353]), new Uint32Array([0x53534150]), ], - 16 + 16, ); }); |