We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5149a0 commit fc52be2Copy full SHA for fc52be2
attribute/key_test.go
@@ -79,14 +79,14 @@ func TestEmit(t *testing.T) {
79
want: "42",
80
},
81
{
82
- name: `test Key.Emit() can emit a string representing self.INT`,
83
- v: attribute.IntValue(7),
84
- want: "7",
+ name: `test Key.Emit() can emit a string representing self.INT`,
+ v: attribute.IntValue(7),
+ want: "7",
85
86
87
- name: `test Key.Emit() can emit a string representing self.INTSLICE`,
88
- v: attribute.IntSliceValue([]int{1, 2, 3}),
89
- want: `[1,2,3]`,
+ name: `test Key.Emit() can emit a string representing self.INTSLICE`,
+ v: attribute.IntSliceValue([]int{1, 2, 3}),
+ want: `[1,2,3]`,
90
91
92
name: `test Key.Emit() can emit a string representing self.FLOAT64SLICE`,
0 commit comments