Skip to content

Commit e4f9b9f

Browse files
committed
Code tidy
1 parent d54fbcf commit e4f9b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/behat/behat_coderunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public function i_set_the_field_and_dismiss_the_alert($field, $value) {
317317
*
318318
* @Given /^the Jobe server supports "(?P<lang>[^"]+)"$/
319319
*/
320-
public function jobe_supports_lanugage(string $lang): void {
320+
public function jobe_supports_language(string $lang): void {
321321
if (qtype_coderunner_sandbox::get_best_sandbox($lang, true) === null) {
322322
$msg = "$lang is not installed on your server. Scenario skipped.";
323323
throw new SkippedException($msg);

0 commit comments

Comments
 (0)