We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e973f8 commit 68287a9Copy full SHA for 68287a9
1 file changed
tests/Unit/Endpoint/Api/V1/ProjectEndpointTest.php
@@ -211,10 +211,10 @@ public function test_index_endpoint_does_not_set_billable_rate_to_null_if_member
211
->has('data')
212
->has('links')
213
->has('meta')
214
- ->where('data.0.billable_rate', 112)
215
- ->where('data.1.billable_rate', 112)
216
- ->where('data.2.billable_rate', 113)
217
- ->where('data.3.billable_rate', 113)
+ ->where('data.0.billable_rate', 113)
+ ->where('data.1.billable_rate', 113)
+ ->where('data.2.billable_rate', 112)
+ ->where('data.3.billable_rate', 112)
218
);
219
}
220
0 commit comments