Skip to content

Commit 40a4418

Browse files
TD-6145 Resolving the test failed
1 parent 3f83888 commit 40a4418

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DigitalLearningSolutions.Web.Tests/TestHelpers/SelfAssessmentTestHelper.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ public static CurrentSelfAssessment CreateDefaultSelfAssessment(
2727
bool useDescriptionExpanders = true,
2828
string vocabulary = "Capability",
2929
string verificationRoleName = "Supervisor",
30-
string signOffRoleName = "Supervisor"
30+
string signOffRoleName = "Supervisor",
31+
bool includeLearnerDeclarationPrompt = true
3132
)
3233
{
3334
return new CurrentSelfAssessment
@@ -47,6 +48,7 @@ public static CurrentSelfAssessment CreateDefaultSelfAssessment(
4748
Vocabulary = vocabulary,
4849
VerificationRoleName = verificationRoleName,
4950
SignOffRoleName = signOffRoleName,
51+
IncludeLearnerDeclarationPrompt = includeLearnerDeclarationPrompt
5052
};
5153
}
5254

0 commit comments

Comments
 (0)