We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ad1c3 commit 139eb56Copy full SHA for 139eb56
tests/Getters/ListGettersControllerTest.php
@@ -16,7 +16,7 @@ public function test_could_list_getters_for_repository(): void
16
fn (AssertableJson $json) => $json
17
->has('data')
18
->where('data.0.uriKey', 'posts-index-getter')
19
- ->count('data', 4)
+ ->count('data', 5)
20
->etc()
21
);
22
}
@@ -31,7 +31,7 @@ public function test_could_list_getters_for_given_repository(): void
31
32
33
->where('data.1.uriKey', 'posts-show-getter')
34
- ->count('data', 5)
+ ->count('data', 6)
35
36
37
0 commit comments