diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-27 22:30:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-27 22:30:39 +0300 |
| commit | 3b6f18d53998c9af787f67bb734d2ca5eb137d6e (patch) | |
| tree | 28f5d427ab7d74100593848603c29389f4b0810b /guprecords.raku | |
| parent | 152ea8e177a609b02b415d3399b5d078eff23eaa (diff) | |
fix tests
Diffstat (limited to 'guprecords.raku')
| -rw-r--r-- | guprecords.raku | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |
