Skip to content

Commit

Permalink
polish test cases
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Nov 7, 2024
1 parent 686d465 commit dae3634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions receiver/cloudfoundryreceiver/receiver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func TestGetResourceMetrics(t *testing.T) {
expected pmetric.ResourceMetrics
}{
{
name: "resource attributes true",
name: "resource attributes false",
envelope: loggregator_v2.Envelope{},
resourceAttrs: false,
metrics: pmetric.NewMetrics(),
Expand Down Expand Up @@ -214,7 +214,7 @@ func TestGetResourceLogs(t *testing.T) {
expected plog.ResourceLogs
}{
{
name: "resource attributes true",
name: "resource attributes false",
envelope: loggregator_v2.Envelope{},
resourceAttrs: false,
logs: plog.NewLogs(),
Expand Down

0 comments on commit dae3634

Please sign in to comment.