From 409d5e33f900cf36c7ac7741313e776b2a6dd2f8 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 23 May 2019 14:30:36 +0200 Subject: [PATCH] Add "special" category to chart test Ensure that it's not shown in the chart (which is already the case). --- tests/unit/components/chart-contributions-by-type-test.js | 1 + 1 file changed, 1 insertion(+) 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 } ];