Skip to content

Commit

Permalink
Update receiver_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jlind23 authored Jan 3, 2025
1 parent 6161014 commit b293478
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/filebeat/fbreceiver/receiver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ found:
err = r.Shutdown(context.Background())
assert.NoError(t, err, "Error shutting down filebeatreceiver")
}
<<<<<<< HEAD
=======

func BenchmarkFactory(b *testing.B) {
tmpDir := b.TempDir()
Expand Down Expand Up @@ -135,4 +133,3 @@ func BenchmarkFactory(b *testing.B) {
require.NoError(b, err)
}
}
>>>>>>> 1430cfda7 (Fix Otel API change and update system test golden files to 2025 (#42199))

0 comments on commit b293478

Please sign in to comment.