Skip to content

Commit

Permalink
Correct expected results of test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChHaeni committed Oct 12, 2020
1 parent 57ffd04 commit 574d655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/output-filter-group-collection.t
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ given Agrammon::Outputs::FilterGroupCollection.from-scalar(0) {
isa-ok $_, Agrammon::Outputs::FilterGroupCollection,
'Get another filter group back after adding scalar';
is +$group, 42, 'Original filter group is not changed in place';
is +$_, 48, 'Total numeric value is correct after adding scalar';
is +$_, 46, 'Total numeric value is correct after adding scalar';
is-deeply norm(.results-by-filter-group),
norm([{ac => 'blue cow'} => 39, { ac => 'pink cow' } => 9]),
norm([{ac => 'blue cow'} => 37, { ac => 'pink cow' } => 9]),
'Correct results by filter group after adding scalar';
}
}
Expand Down

0 comments on commit 574d655

Please sign in to comment.