Skip to content

Commit

Permalink
Added "pdf" to Learning Element Strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
philgei committed Jun 5, 2024
1 parent 66035fc commit a701165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public void Setup()
[TestCase("text", false)]
[TestCase("image", false)]
[TestCase("text", false)]
[TestCase("pdf", false)]
public async Task Handle_CallsStrategy(string activityName, bool expected)
{
var systemUnderTest = new ScoreElementUseCase(_mediator);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ private static CommandWithToken<ScoreElementResponse> GetStrategy(string element
};
case "image":
case "text":
case "pdf":
case "video":
return new ScoreGenericElementStrategyCommand
{
Expand Down

0 comments on commit a701165

Please sign in to comment.