Skip to content

Commit

Permalink
fixed bug in product tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schaechinger committed Mar 26, 2018
1 parent 8cac3d4 commit 10b600f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/ProductList/Product.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 10b600f

Please sign in to comment.