Skip to content

Commit ed054ea

Browse files
[auto-generated] Update plugin files
Check out the commits that caused these changes: moodlehq/moodleapp@76713e2...7090703
1 parent 91aa651 commit ed054ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/behat/behat_app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ public function i_set_the_field_in_the_app(string $field, string $value) {
764764
$result = $this->runtime_js("setField('$field', '$value')");
765765

766766
if ($result !== 'OK') {
767-
throw new DriverException('Error setting field - ' . $result);
767+
throw new DriverException('Error setting field "' . $field . '" - ' . $result);
768768
}
769769

770770
return true;

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
defined('MOODLE_INTERNAL') || die;
88

9-
$plugin->version = 2023051100;
9+
$plugin->version = 2023051101;
1010
$plugin->requires = 2016052300;
1111
$plugin->maturity = MATURITY_STABLE;
1212
$plugin->release = '4.2.0';

0 commit comments

Comments
 (0)