Skip to content

Commit

Permalink
chore: Minor documentation issues resolved (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 authored Aug 7, 2024
1 parent 57f2a1e commit d7a2ba3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion includes/mutation/class-session-delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for deleting sessions from the DB.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.21.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
4 changes: 0 additions & 4 deletions tests/wpunit/QLSessionHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ public function test_init_on_non_graphql_request() {
$this->factory->product->createSimple(),
);


// Assert session has started.
//$this->assertTrue( $session->sending_cookie(), 'Issuing new customer session cookie.' );

// Assert no tokens are being issued.
$this->assertFalse( $session->sending_token(), 'Should not be issuing a new customer token.' );
$this->assertFalse( $session->build_token(), 'Should not be issuing a new customer token.' );
Expand Down

0 comments on commit d7a2ba3

Please sign in to comment.