mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-14 15:18:33 +00:00
fix wrong values in test
This commit is contained in:
parent
fff10f43bd
commit
a074c146ec
@ -181,7 +181,7 @@ describe('Pattern', function() {
|
||||
it('Can alternate', function () {
|
||||
assert.deepStrictEqual(
|
||||
pure(10).when(slowcat(true,false),add(3)).fast(4).firstCycle,
|
||||
slowcat(10,13,10,10).firstCycle
|
||||
slowcat(13,10,13,10).firstCycle
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user