mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 05:28:41 +00:00
It was the test that was wrong all along
This commit is contained in:
parent
9e05da552f
commit
f3a3376e24
@ -180,8 +180,8 @@ describe('Pattern', function() {
|
|||||||
})
|
})
|
||||||
it('Can alternate', function () {
|
it('Can alternate', function () {
|
||||||
assert.deepStrictEqual(
|
assert.deepStrictEqual(
|
||||||
pure(10).when(slowcat(true,false),add(3)).fast(4).firstCycle,
|
pure(10).when(slowcat(true,false),add(3)).fast(4)._sortEventsByPart().firstCycle,
|
||||||
slowcat(13,10,13,10).firstCycle
|
fastcat(13,10,13,10).firstCycle
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user