Skip to content

Commit 9c51b71

Browse files
committed
Fix bug in requirements
1 parent 53868c6 commit 9c51b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ExecutableRequirements-Toplo-Example/ExReqToploLoginRequirements.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ ExReqToploLoginRequirements >> capella_requirement_2 [
978978
addVerification: [ :verif |
979979
verif
980980
addStepOnAST: (ExReqToploLoginWidget >> #loginAction) ast.
981-
verif addStepOnAST: (ExReqToploLoginSimulation >> #authentificateUsername:password:) ast withPrecondition: [ :obj :args |
981+
verif addStepOnAST: (ExReqToploLoginSimulation >> #authenticateUsername:password:) ast withPrecondition: [ :obj :args |
982982
args size = 2. ]
983983
];
984984
yourself

0 commit comments

Comments
 (0)