Skip to content

Commit

Permalink
[chore][plogutiltest] Use native structs in options
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Nov 14, 2024
1 parent 686d099 commit b78444a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ func TestNewLogs(t *testing.T) {
expected := plog.NewLogs()
assert.NoError(t, plogtest.CompareLogs(expected, plogutiltest.NewLogs("", "", "")))
assert.NoError(t, plogtest.CompareLogs(expected, plogutiltest.New()))
assert.NoError(t, plogtest.CompareLogs(expected, plogutiltest.New()))
})

t.Run("simple", func(t *testing.T) {
Expand Down

0 comments on commit b78444a

Please sign in to comment.