From b88ff90c22ecd80166c6f7fe9066d5295bf6e9ad Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Mon, 22 Jan 2024 11:23:23 +0000 Subject: [PATCH] Update V17Test.php --- tests/unit/Utopia/Request/Filters/V17Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/Utopia/Request/Filters/V17Test.php b/tests/unit/Utopia/Request/Filters/V17Test.php index 2722da26b2..624981dafc 100644 --- a/tests/unit/Utopia/Request/Filters/V17Test.php +++ b/tests/unit/Utopia/Request/Filters/V17Test.php @@ -45,7 +45,7 @@ class V17Test extends TestCase /** * @dataProvider createUpdateRecoveryProvider */ - public function testCreateExecution(array $content, array $expected): void + public function testUpdateRecovery(array $content, array $expected): void { $model = 'account.updateRecovery';