Skip to content
Snippets Groups Projects
Commit 4eff8c01 authored by Moritz Langenstein's avatar Moritz Langenstein
Browse files

(ml5717) Fixed format

parent 50637625
No related branches found
No related tags found
1 merge request!57Erasure intervals
Pipeline #104774 failed
......@@ -69,7 +69,9 @@ describe("erasure intervals", () => {
const i2 = { 0: [[0.7, 0.8]] }
const combined = combineErasureIntervals(i1, i2)
const expected = { 0: [[0.1, 0.6], [0.7, 0.8]] }
const expected = {
0: [[0.1, 0.6], [0.7, 0.8]],
}
expect(combined).toStrictEqual(expected)
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment