From e12bcea613be0c55eb7e353d486f6c5116066b92 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 7 Feb 2022 18:57:34 +0000 Subject: [PATCH] fix _slow test --- test/pattern.test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pattern.test.mjs b/test/pattern.test.mjs index 4aef0740..c9fb8e0b 100644 --- a/test/pattern.test.mjs +++ b/test/pattern.test.mjs @@ -106,7 +106,7 @@ describe('Pattern', function() { const pat = sequence(pure('c3'), pure('eb3')._slow(2)); // => try mini('c3 eb3/2') in repl assert.deepStrictEqual( pat.query(ts(0,1))[1], - hap(ts(0,1), ts(1/2,1), "eb3") + hap(ts(0.5,1.5), ts(1/2,1), "eb3") ) // the following test fails /* assert.deepStrictEqual(