Skip to content

Commit 66081b7

Browse files
committed
♻️ Add urlSlug to factory method (#2020)
1 parent 6de5fe8 commit 66081b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/lib/utils/workbooks.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function createWorkBookListBase(overrides: Partial<WorkbookList> = {}): Workbook
1515
isPublished: false,
1616
isOfficial: false,
1717
isReplenished: false,
18+
urlSlug: undefined,
1819
workBookType: WorkBookType.CREATED_BY_USER,
1920
workBookTasks: [],
2021
...overrides,

0 commit comments

Comments
 (0)