From 76d6dfe4e61055fcbbd4a756616a6340312afb9a Mon Sep 17 00:00:00 2001 From: Neeko Date: Fri, 3 Jul 2020 10:46:34 +0200 Subject: [PATCH] Correction du TU de getbyID => A toi de jouer flouflou --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 382d95f..9ce57f0 100644 --- a/test/test.js +++ b/test/test.js @@ -76,7 +76,7 @@ describe('APIController', () => { } // Act - apiController.getByID(req, res) + apiController.single(req, res) // Assert assert.equal(result, data)