Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Mar 26, 2024
1 parent 5885588 commit be407ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/log/batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ func BenchmarkBatchingProcessorOnEmit(b *testing.B) {
})
}

func BenchmarkBatchingProcessorEmitForceFlush(b *testing.B) {
func BenchmarkBatchingProcessorOnEmitForceFlush(b *testing.B) {
var r Record
r.SetSeverityText("test")
ctx := context.Background()
Expand Down

0 comments on commit be407ce

Please sign in to comment.