mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +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 {
|
public function test_normalize_component(array $expected, string $args): void {
|
||||||
$this->assertSame(
|
$this->assertSame(
|
||||||
$expected,
|
$expected,
|
||||||
core_component::normalize_component($args),
|
component::normalize_component($args),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue