Skip to content

Commit

Permalink
Merge pull request #48 from swsnu/kichang/travis_build
Browse files Browse the repository at this point in the history
fix travis build error
  • Loading branch information
yankee624 committed Nov 14, 2020
2 parents 855f2fe + 4fe0964 commit 9742221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/containers/AddItem/AddItem.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('<AddItem />', () => {
expect(component.find(EditItem).length).toEqual(1);
})

it('should render without error5', async () => {
it('should render without error6', async () => {
const component = mount(<AddItem history={mockHistory} location={{state: {container: "fridge"}}}></AddItem>);
await component.update()
component.setState({ is_confirmed: false, currentResult: result })
Expand Down

0 comments on commit 9742221

Please sign in to comment.