Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarvelle committed Dec 3, 2024
1 parent 5750030 commit 4b50927
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ class LearningPathIndexServiceTest
learningPathId = Some(1L),
seqNo = 1,
title = Seq(Title("hei", "nb")),
introduction = Seq(),
description = Seq(LPDescription("hei", "nb")),
embedUrl = Seq(EmbedUrl("hei", "nb", EmbedType.OEmbed)),
`type` = StepType.TEXT,
license = Some("hei"),
showTitle = false,
status = StepStatus.ACTIVE
)
)
Expand Down

0 comments on commit 4b50927

Please sign in to comment.