Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaan420 committed Oct 7, 2023
1 parent fd2f12f commit 0e8513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m3/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestConfigSimple(t *testing.T) {
assert.True(t, ok)
assert.True(t, tagEquals(reporter.commonTags, "service", "my-service"))
assert.True(t, tagEquals(reporter.commonTags, "env", "test"))
assert.Equal(t, 0, len(c.CommonTagsInternal))
assert.Equal(t, 0, len(c.InternalTags))
}

func TestConfigMulti(t *testing.T) {
Expand Down

0 comments on commit 0e8513e

Please sign in to comment.