Skip to content

Commit 57ded01

Browse files
committed
test(analytics): remove unnecessary blank lines in tests
1 parent 42b0411 commit 57ded01

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/analytics/ratelimit_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ func TestEstimateSyncCost(t *testing.T) {
126126
func TestWarnIfBudgetLow(t *testing.T) {
127127
// Not parallel: subtests use output.CaptureOutput() which swaps shared global state
128128
t.Run("nil info does not panic", func(t *testing.T) {
129-
130129
estimate := EstimateSyncCost(10)
131130
// Should not panic
132131
WarnIfBudgetLow(nil, estimate)
@@ -187,7 +186,6 @@ func TestWarnIfBudgetLow(t *testing.T) {
187186
func TestDisplayRateLimitInfo(t *testing.T) {
188187
// Not parallel: subtests use output.CaptureOutput() which swaps shared global state
189188
t.Run("nil info does not panic", func(t *testing.T) {
190-
191189
// Should not panic
192190
DisplayRateLimitInfo(nil)
193191
})

0 commit comments

Comments
 (0)