Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
update forecast test
Browse files Browse the repository at this point in the history
  • Loading branch information
rvennam987 committed Dec 8, 2016
1 parent 090dba0 commit f08ad22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const setup = () => {
longitude: -97.74,
},
};
const component = shallow(<ForecastTile {...props.address} />);
const component = shallow(<ForecastTile {...props} />);

return { spies, props, component };
};
Expand Down

0 comments on commit f08ad22

Please sign in to comment.