Skip to content

Commit

Permalink
Update test comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hussain-t committed Sep 25, 2023
1 parent 6f8631c commit 63e50c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/integration/Modules/Analytics_4Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,7 @@ public function test_create_custom_dimension__required_params() {
)
);

// Verify that the customDimension object is required.
// Verify that the keys are valid for the customDimension object.
$this->assertWPErrorWithMessage( 'Invalid properties in customDimension: invalidField.', $data );
$this->assertEquals( 'invalid_property_name', $data->get_error_code() );
$this->assertEquals( array( 'status' => 400 ), $data->get_error_data( 'invalid_property_name' ) );
Expand Down

0 comments on commit 63e50c4

Please sign in to comment.