Skip to content

Commit

Permalink
test(sdk): add edge case to test_retry
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Oct 25, 2024
1 parent eca69f8 commit df706f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rs-sdk/src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ mod test {
})
}

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

0 comments on commit df706f4

Please sign in to comment.