Merge branch 'MDL-82287-main-fix' of https://github.com/lameze/moodle

This commit is contained in:
Huong Nguyen 2024-07-18 13:04:27 +07:00
commit 7d5a31992a
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A

View file

@ -344,7 +344,7 @@ final class component_test extends \advanced_testcase {
public function test_normalize_component(array $expected, string $args): void {
$this->assertSame(
$expected,
core_component::normalize_component($args),
component::normalize_component($args),
);
}