Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkly committed Feb 28, 2016
1 parent daed2c3 commit 482a67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/InventorySystem.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('InventorySystem', () => {

it('should contain the add item form', () => {
const actual = renderer.getRenderOutput();
const expected = <AddItemForm onAddItem={function noRefCheck() {}} />;
const expected = <AddItemForm onAddItem={function noRefCheck() {}} items={{}} />;
expect(actual).toIncludeJSX(expected);
});

Expand Down

0 comments on commit 482a67a

Please sign in to comment.