Skip to content

Commit

Permalink
MDL-78619 communication_matrix: Unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhawkins committed Aug 29, 2023
1 parent d0fe8d4 commit d0c7834
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -167,6 +167,8 @@ public function test_update_chat_room(): void {
],
);

$provider->reload();

// Then call the provider's update method to actually perform the change.
$provider->update_chat_room();

Expand Down

0 comments on commit d0c7834

Please sign in to comment.