mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
Merge branch 'MDL-82287-main-fix' of https://github.com/lameze/moodle
This commit is contained in:
commit
7d5a31992a
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue