fix wrong values in test
This commit is contained in:
parent
fff10f43bd
commit
a074c146ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue