From 701f8bce4735930d60249c67f1fd11aec36f7dd6 Mon Sep 17 00:00:00 2001 From: Roly Perera Date: Mon, 2 Oct 2023 17:26:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=A9=20[layout]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/Many.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Many.purs b/test/Many.purs index 290348ed0..c4ff5c1f6 100644 --- a/test/Many.purs +++ b/test/Many.purs @@ -42,7 +42,7 @@ withDatasetMany specs iter = zip (specs <#> _.file) (specs <#> withDatasetOne) gconfig@{ progCxt: ProgCxt r@{ γ } } × xv <- openDefaultImports >>= openDatasetAs (File dataset) "data" expr <- open (File file) rows <- replicateM iter $ - testWithSetup file expr gconfig { progCxt = ProgCxt r{ γ = γ <+> xv } } + testWithSetup file expr gconfig { progCxt = ProgCxt r { γ = γ <+> xv } } { δv: identity, fwd_expect: mempty, bwd_expect: mempty } pure $ averageRows rows