Skip to content

Commit

Permalink
fixup: update GROWING phases for other test where mocks are still used
Browse files Browse the repository at this point in the history
  • Loading branch information
lstebner committed Jan 13, 2024
1 parent bc7b313 commit e7d6be1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/__mocks__/items.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const sampleCropItem1 = testItem({
value: 2,
cropTimetable: {
[SEED]: 1,
[GROWING]: 2,
[GROWING]: [2],
},
})

Expand All @@ -113,7 +113,7 @@ export const sampleCropItem2 = testItem({
value: 3,
cropTimetable: {
[SEED]: 2,
[GROWING]: 3,
[GROWING]: [3],
},
})

Expand All @@ -136,7 +136,7 @@ export const sampleCropItem3 = testItem({
value: 4,
cropTimetable: {
[SEED]: 5,
[GROWING]: 5,
[GROWING]: [5],
},
})

Expand Down

0 comments on commit e7d6be1

Please sign in to comment.