diff --git a/tests/unit/components/chart-contributions-by-type-test.js b/tests/unit/components/chart-contributions-by-type-test.js index 99ae79c..9a4c674 100644 --- a/tests/unit/components/chart-contributions-by-type-test.js +++ b/tests/unit/components/chart-contributions-by-type-test.js @@ -14,6 +14,7 @@ module('Unit | Component | chart-contributions-by-type', function(hooks) { { kind: 'community' , amount: 5000 , vetoed: false }, { kind: 'docs' , amount: 500 , vetoed: true }, { kind: 'docs' , amount: 500 , vetoed: false }, + { kind: 'special' , amount: 9999 , vetoed: false }, { kind: 'docs' , amount: 500 , vetoed: false } ];