Skip to content

Commit

Permalink
Revert test name change
Browse files Browse the repository at this point in the history
  • Loading branch information
valendesigns committed May 9, 2019
1 parent a84b9a1 commit 7abbe76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public function test_require_token() {
* @covers ::generate_payload()
* @since 0.1
*/
public function test_generate_payload_rest_authentication_user() {
public function test_generate_token_rest_authentication_user() {
$request = new WP_REST_Request( 'POST', 'wp/v2/token' );
$function = function() {
return new WP_Error(
Expand Down

0 comments on commit 7abbe76

Please sign in to comment.