Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
obenland committed Nov 12, 2023
1 parent 239380f commit 554305a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-ajax-requests.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ public function test_invalid_nonce_for_logged_in_user() {
}

// Assert that the response contains an error message.
$this->expectExceptionMessage( '-1' );
$this->assertSame( '-1', $this->_last_response );
}
}

0 comments on commit 554305a

Please sign in to comment.