Skip to content

Commit

Permalink
Remove test output.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Sep 23, 2024
1 parent 97b09c4 commit db3eab8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit-tests/api/products.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ public function test_create_product() {

$response = $this->server->dispatch( $request );
$data = $response->get_data();
var_dump($data);

$this->assertEquals( 'test-sale', $data['sale_price_label']['slug'] );
$this->assertEquals( '3-4-days', $data['delivery_time']['slug'] );
Expand Down

0 comments on commit db3eab8

Please sign in to comment.