🐛 (step) fix fixture step method with estimation non nullable
This commit is contained in:
@@ -6,5 +6,5 @@ export const createStepFixture = (partialStep?: Partial<Stepable>) =>
|
|||||||
new Step(
|
new Step(
|
||||||
partialStep?.id ?? faker.datatype.uuid(),
|
partialStep?.id ?? faker.datatype.uuid(),
|
||||||
partialStep?.title ?? faker.animal.bird(),
|
partialStep?.title ?? faker.animal.bird(),
|
||||||
partialStep?.estimation
|
partialStep?.estimation ?? 0
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user