Skip to content

Commit df706f4

Browse files
committed
test(sdk): add edge case to test_retry
1 parent eca69f8 commit df706f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rs-sdk/src/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ mod test {
346346
})
347347
}
348348

349-
#[test_case::test_matrix([1,2,3,5,7,8,10,11,23,49])]
349+
#[test_case::test_matrix([1,2,3,5,7,8,10,11,23,49, usize::MAX])]
350350
#[tokio::test]
351351
async fn test_retry(expected_requests: usize) {
352352
for _ in 0..1 {

0 commit comments

Comments
 (0)