Skip to content

Commit ec44a9b

Browse files
abuzuhriCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 25c3835 commit ec44a9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Tests/RateLimitsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class RateLimitsTests
1515
[TestCase(0.1, 1, 3, 20000)]
1616
[TestCase(0.5, 1, 3, 4000)]
1717
[TestCase(1, 5, 10, 5000)]
18-
public async Task WaitForPermittedRequest_WaitsExpectedLengthOfTime(decimal rate, int burst, int numberRequests, int expectedWaitMilliseconds)
18+
public async Task NextRate_WaitsExpectedLengthOfTime(decimal rate, int burst, int numberRequests, int expectedWaitMilliseconds)
1919
{
2020
// Arrange
2121
var rateLimit = new RateLimits(rate, burst);

0 commit comments

Comments
 (0)