mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
fix wrong values in test
This commit is contained in:
@@ -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
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user