Skip to content

Commit a53da03

Browse files
committed
GH-791 Fix failing behat test
1 parent a6f4a67 commit a53da03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

classes/teststrategy/strategy.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ public function return_next_testitem(array $context) {
200200
$middlewares[] = $this->scoremodifiers[$modifier];
201201
}
202202

203-
$result = wb_middleware_runner::run($middlewares, $context);
204-
$this->progress = $context['progress'];
203+
$result = wb_middleware_runner::run($middlewares, $this->context);
205204
$this->progress->save();
206205

207206
$this->update_attemptfeedback($context);

0 commit comments

Comments
 (0)