Skip to content

Commit e8cd6bd

Browse files
committed
Remove unused variable
Signed-off-by: Shyamsundar Gadde <[email protected]>
1 parent b75838f commit e8cd6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/optimization-detective/tests/storage/test-class-od-url-metrics-post-type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public function test_update_post(): void {
217217
)
218218
);
219219

220-
$url_metric_group = $url_metric_group_collection->add_url_metric( $validated_url_metric );
220+
$url_metric_group_collection->add_url_metric( $validated_url_metric );
221221
$post_id = OD_URL_Metrics_Post_Type::update_post( $slug, $url_metric_group_collection );
222222
$this->assertIsInt( $post_id );
223223

0 commit comments

Comments
 (0)