Skip to content

Commit

Permalink
Fix broke test
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCarlino committed Jan 16, 2020
1 parent 77ee927 commit 6fbe9ec
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -88,6 +88,13 @@ describe("<PointGroupItem/>", () => {
name: "Fake",
point_ids: [],
sort_type: "xy_ascending",
criteria: {
day: { days: 0, op: ">" },
number_eq: {},
number_gt: {},
number_lt: {},
string_eq: {},
}
});
expect(setHoveredPlant).toHaveBeenCalledWith(undefined);
});
Expand Down

0 comments on commit 6fbe9ec

Please sign in to comment.