Skip to content

Commit 7feda08

Browse files
committed
phpunit fix
1 parent 7dc4f19 commit 7feda08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/test-class-upgrade-migration-190.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function test_migrate_task_priorities() {
4444
'expected_priority' => 10,
4545
],
4646
[
47-
'provider_id' => 'email-sending',
47+
'provider_id' => 'sending-email',
4848
'old_priority' => 1, // Old hardcoded value.
4949
'expected_priority' => 4,
5050
],

0 commit comments

Comments
 (0)