From 9f9551f33e8a2695c5a72eb402c74d37c62b6d89 Mon Sep 17 00:00:00 2001 From: Ignace Maes Date: Wed, 1 May 2024 08:06:49 +0200 Subject: [PATCH] test: add alumni --- tests/unit/controllers/teams-test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/controllers/teams-test.js b/tests/unit/controllers/teams-test.js index 5d1906a2..e5647b8b 100644 --- a/tests/unit/controllers/teams-test.js +++ b/tests/unit/controllers/teams-test.js @@ -127,6 +127,7 @@ module('Unit | Controller | teams', function (hooks) { 'chris-krycho', 'dan-freeman', 'bert-de-block', + 'scott-newcomer', ]); }); });