Skip to content

Commit ad41275

Browse files
authored
Merge pull request #101 from Kit/fix-custom-field-test-name
Tests: Fix Custom Fields Refresh Test
2 parents ef3c162 + f556f42 commit ad41275

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)