Skip to content

Commit

Permalink
PHP 5.6 again.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed May 22, 2018
1 parent 1b57bc5 commit 119e65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/privacy_provider_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ public function test_export_user_preferences() {
'value' => 'FAB',
'decoded' => $togglelib->decode_toggle_state('FAB'),
]);
$this->assertEquals($description, ((array)$prefs)['topcoll_toggle_'.$this->course->id]->description);
$this->assertEquals($description, $toggle->description);
}
}

0 comments on commit 119e65e

Please sign in to comment.