Fix broke test

criteria_groups
Rick Carlino 2020-01-16 16:54:17 -06:00
parent 77ee927ce8
commit 6fbe9ec1df
1 changed files with 7 additions and 0 deletions

View File

@ -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);
});