Skip to content

Fetch boolean data from h5grove as binary #5857

Fetch boolean data from h5grove as binary

Fetch boolean data from h5grove as binary #5857

Triggered via push September 9, 2024 14:23
Status Failure
Total duration 2m 16s
Artifacts

lint-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/h5wasm-api.test.ts > test file matches snapshot: packages/h5wasm/src/h5wasm-api.test.ts#L61
Error: Snapshot `test file matches snapshot 1` mismatched - Expected + Received @@ -1610,10 +1610,15 @@ "class": "Integer", "endianness": "little-endian", "size": 64, }, "bool": { + "base": { + "class": "Integer", + "endianness": "little-endian", + "size": 8, + }, "class": "Boolean", }, "cplx": { "class": "Complex", "imagType": { @@ -1807,10 +1812,15 @@ "type": 8, "vlen": false, }, "shape": null, "type": { + "base": { + "class": "Integer (unsigned)", + "endianness": "little-endian", + "size": 8, + }, "class": "Boolean", }, "value": null, }, { @@ -1831,10 +1841,15 @@ "type": 8, "vlen": false, }, "shape": [], "type": { + "base": { + "class": "Integer", + "endianness": "little-endian", + "size": 8, + }, "class": "Boolean", }, "value": 0, }, { @@ -1855,10 +1870,15 @@ "type": 8, "vlen": false, }, "shape": [], "type": { + "base": { + "class": "Integer", + "endianness": "little-endian", + "size": 8, + }, "class": "Boolean", }, "value": 1, }, { @@ -1882,10 +1902,15 @@ "shape": [ 2, 4, ], "type": { + "base": { + "class": "Integer", + "endianness": "little-endian", + "size": 8, + }, "class": "Boolean", }, "value": Int8Array [ 1, 0, ❯ src/h5wasm-api.test.ts:61:20
test
Process completed with exit code 1.