From 10b600fb7bf0d7eb4a31e0fe74daa5c5723bcf7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Sch=C3=A4chinger?= Date: Mon, 26 Mar 2018 22:41:05 +0200 Subject: [PATCH] fixed bug in product tests --- test/ProductList/Product.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/ProductList/Product.test.js b/test/ProductList/Product.test.js index c1ba1ae..2d755a9 100644 --- a/test/ProductList/Product.test.js +++ b/test/ProductList/Product.test.js @@ -18,8 +18,7 @@ describe('Product', () => { }); }); - if ('should load given the data', () => { - + it('should load given the data', () => { TEST_DATA.data.valid.forEach(data => { const product = new Product(data.raw);