diff --git a/tests/Integration/ResourceTest.php b/tests/Integration/ResourceTest.php index 93d3bc1..78e8f70 100644 --- a/tests/Integration/ResourceTest.php +++ b/tests/Integration/ResourceTest.php @@ -454,7 +454,7 @@ public function testRefreshCustomFields() // Assert order of data is in ascending alphabetical order. $this->assertEquals('Billing Address', reset($result)[ $this->resource->order_by ]); - $this->assertEquals('Test', end($result)[ $this->resource->order_by ]); + $this->assertEquals('URL', end($result)[ $this->resource->order_by ]); // Confirm resources stored in WordPress options. $resources = get_option($this->resource->settings_name);