Skip to content

Commit 139eb56

Browse files
committed
fix: wip
1 parent 26ad1c3 commit 139eb56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Getters/ListGettersControllerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function test_could_list_getters_for_repository(): void
1616
fn (AssertableJson $json) => $json
1717
->has('data')
1818
->where('data.0.uriKey', 'posts-index-getter')
19-
->count('data', 4)
19+
->count('data', 5)
2020
->etc()
2121
);
2222
}
@@ -31,7 +31,7 @@ public function test_could_list_getters_for_given_repository(): void
3131
fn (AssertableJson $json) => $json
3232
->has('data')
3333
->where('data.1.uriKey', 'posts-show-getter')
34-
->count('data', 5)
34+
->count('data', 6)
3535
->etc()
3636
);
3737
}

0 commit comments

Comments
 (0)