Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Wang committed Mar 16, 2018
1 parent 4e0d31f commit c7571f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci
Submodule .ci updated 1 files
+6 −5 auto-gen.sh
2 changes: 1 addition & 1 deletion aggregator/aggregator_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integration/custom_aggregation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ import (

var (
compressor = aggregation.NewIDCompressor()
compressedMin, _ = compressor.Compress(aggregation.Types{aggregation.Min})
compressedMinAndMax, _ = compressor.Compress(aggregation.Types{aggregation.Min, aggregation.Max})
compressedMin = compressor.MustCompress(aggregation.Types{aggregation.Min})
compressedMinAndMax = compressor.MustCompress(aggregation.Types{aggregation.Min, aggregation.Max})
testPoliciesListWithCustomAggregation1 = policy.PoliciesList{
policy.NewStagedPolicies(
0,
Expand Down

0 comments on commit c7571f9

Please sign in to comment.