From 3b6f18d53998c9af787f67bb734d2ca5eb137d6e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 27 Mar 2023 22:30:39 +0300 Subject: fix tests --- guprecords.raku | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'guprecords.raku') diff --git a/guprecords.raku b/guprecords.raku index a09f4a5..9f8bef9 100644 --- a/guprecords.raku +++ b/guprecords.raku @@ -240,8 +240,7 @@ multi sub MAIN('test') { } plan @combs; - my $limit = 5; - my $output-format = Plaintext; + my $limit = 3; my %aggregates = Aggregator.new('./fixtures').aggregate; for @combs -> (Category $category, Metric $metric, OutputFormat $output-format) { -- cgit v1.2.3