Skip to content

Commit

Permalink
Fix review issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKeyMaster committed Feb 13, 2018
1 parent 32025f5 commit a53b25e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _test/template.response.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,7 @@ public function test_plugin_is_sorted_at_the_top() {

public function test_plugin_not_requires_to_be_superuser() {
$adminPlugin = new admin_plugin_findologicxmlexport();
$adminCanAccessAswell = true;
$this->assertEquals($adminCanAccessAswell, $adminPlugin->forAdminOnly());
$this->assertTrue($adminPlugin->forAdminOnly());
}

/**
Expand Down

0 comments on commit a53b25e

Please sign in to comment.