We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b0411 commit 57ded01Copy full SHA for 57ded01
1 file changed
internal/analytics/ratelimit_test.go
@@ -126,7 +126,6 @@ func TestEstimateSyncCost(t *testing.T) {
126
func TestWarnIfBudgetLow(t *testing.T) {
127
// Not parallel: subtests use output.CaptureOutput() which swaps shared global state
128
t.Run("nil info does not panic", func(t *testing.T) {
129
-
130
estimate := EstimateSyncCost(10)
131
// Should not panic
132
WarnIfBudgetLow(nil, estimate)
@@ -187,7 +186,6 @@ func TestWarnIfBudgetLow(t *testing.T) {
187
186
func TestDisplayRateLimitInfo(t *testing.T) {
188
189
190
191
192
DisplayRateLimitInfo(nil)
193
})
0 commit comments