Skip to content

Commit

Permalink
fix an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyufan2 committed Oct 4, 2023
1 parent f79cd61 commit 9849525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion telemetry/telemetrybuffer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ func TestReadConfigFile(t *testing.T) {
}

func TestStartTelemetryService(t *testing.T) {
err := StartTelemetryService("", nil)
tb := NewTelemetryBuffer(nil)
err := tb.StartTelemetryService("", nil)
require.Error(t, err)
}

0 comments on commit 9849525

Please sign in to comment.