Skip to content

Commit f1253ce

Browse files
committed
Merge branch 'main' into use-domdocument-body-html
2 parents 8b9e3e4 + ad41275 commit f1253ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Integration/ResourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ public function testRefreshCustomFields()
454454

455455
// Assert order of data is in ascending alphabetical order.
456456
$this->assertEquals('Billing Address', reset($result)[ $this->resource->order_by ]);
457-
$this->assertEquals('Test', end($result)[ $this->resource->order_by ]);
457+
$this->assertEquals('URL', end($result)[ $this->resource->order_by ]);
458458

459459
// Confirm resources stored in WordPress options.
460460
$resources = get_option($this->resource->settings_name);

0 commit comments

Comments
 (0)