Skip to content

Commit

Permalink
remove accidental merge conflict references
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-osman3 committed Nov 9, 2022
1 parent 3436c45 commit adb6a40
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions obsreport/obsreporttest/otelprometheuschecker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ func TestPromChecker(t *testing.T) {
pc, err := newStubPromChecker()
require.NoError(t, err)

<<<<<<< HEAD
receiver := component.NewID("fakeReceiver")
exporter := component.NewID("fakeExporter")
=======
scraper := config.NewComponentID("fakeScraper")
receiver := config.NewComponentID("fakeReceiver")
exporter := config.NewComponentID("fakeExporter")
>>>>>>> bdc7135b (fix typo add testing for checkScraperMetrics)
transport := "fakeTransport"

assert.NoError(t,
Expand Down

0 comments on commit adb6a40

Please sign in to comment.