Add "special" category to chart test

Ensure that it's not shown in the chart (which is already the case).
This commit is contained in:
2019-05-23 14:30:36 +02:00
parent 883b5dc415
commit 409d5e33f9
@@ -14,6 +14,7 @@ module('Unit | Component | chart-contributions-by-type', function(hooks) {
{ kind: 'community' , amount: 5000 , vetoed: false }, { kind: 'community' , amount: 5000 , vetoed: false },
{ kind: 'docs' , amount: 500 , vetoed: true }, { kind: 'docs' , amount: 500 , vetoed: true },
{ kind: 'docs' , amount: 500 , vetoed: false }, { kind: 'docs' , amount: 500 , vetoed: false },
{ kind: 'special' , amount: 9999 , vetoed: false },
{ kind: 'docs' , amount: 500 , vetoed: false } { kind: 'docs' , amount: 500 , vetoed: false }
]; ];