diff --git a/tests/unit/components/builds-item-test.coffee b/tests/unit/components/builds-item-test.coffee index de0da2b2..8578e522 100644 --- a/tests/unit/components/builds-item-test.coffee +++ b/tests/unit/components/builds-item-test.coffee @@ -2,7 +2,7 @@ moduleForComponent 'builds-item', { needs: ['helper:format-sha', 'helper:format-duration', 'helper:format-time', - 'helper:format-message'] + 'helper:format-message', 'helper:pretty-date'] } test 'it renders', (assert) -> diff --git a/tests/unit/components/jobs-item-test.coffee b/tests/unit/components/jobs-item-test.coffee index 9529c4f4..b0392242 100644 --- a/tests/unit/components/jobs-item-test.coffee +++ b/tests/unit/components/jobs-item-test.coffee @@ -2,7 +2,7 @@ moduleForComponent 'jobs-item', 'JobsItemComponent', { # specify the other units that are required for this test - needs: ['helper:format-duration'] + needs: ['helper:format-duration', 'helper:pretty-date'] } test 'it renders', ->