We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef3c162 + f556f42 commit ad41275Copy full SHA for ad41275
1 file changed
tests/Integration/ResourceTest.php
@@ -454,7 +454,7 @@ public function testRefreshCustomFields()
454
455
// Assert order of data is in ascending alphabetical order.
456
$this->assertEquals('Billing Address', reset($result)[ $this->resource->order_by ]);
457
- $this->assertEquals('Test', end($result)[ $this->resource->order_by ]);
+ $this->assertEquals('URL', end($result)[ $this->resource->order_by ]);
458
459
// Confirm resources stored in WordPress options.
460
$resources = get_option($this->resource->settings_name);
0 commit comments