Skip to content

Commit 91921c0

Browse files
committed
Comments
1 parent 4af76fd commit 91921c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/common/util/stringer_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func TestHistoryEventToString(t *testing.T) {
140140
assert.Equal(t, expected, strVal)
141141
}
142142

143-
// This just tests that we pick the right attibutes to return
143+
// This just tests that we pick the right attributes to return
144144
// the other attributes will be nil
145145
func Test_getHistoryEventData(t *testing.T) {
146146
cases := []struct {
@@ -335,6 +335,8 @@ func TestDecisionToString(t *testing.T) {
335335
require.Equal(t, expected, strVal)
336336
}
337337

338+
// This just tests that we pick the right attributes to return
339+
// the other attributes will be nil
338340
func Test_decisionGetData(t *testing.T) {
339341
cases := []struct {
340342
decision *s.Decision

0 commit comments

Comments
 (0)