Skip to content

Commit 04c3874

Browse files
committed
fix test
1 parent 7c0be92 commit 04c3874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/ol-components/src/components/LearningResourceExpanded/InfoSectionV2.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ describe("Learning resource info section start date", () => {
146146
})
147147
.map((run) => formatRunDate(run, false))
148148
.slice(0, 2)
149-
.join(SEPARATOR)}${SEPARATOR}Show more`
149+
.join(SEPARATOR)}Show more`
150150
invariant(expectedDateText)
151151
render(<InfoSectionV2 resource={course} />, {
152152
wrapper: ThemeProvider,

0 commit comments

Comments
 (0)