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 4af76fd commit 91921c0Copy full SHA for 91921c0
internal/common/util/stringer_test.go
@@ -140,7 +140,7 @@ func TestHistoryEventToString(t *testing.T) {
140
assert.Equal(t, expected, strVal)
141
}
142
143
-// This just tests that we pick the right attibutes to return
+// This just tests that we pick the right attributes to return
144
// the other attributes will be nil
145
func Test_getHistoryEventData(t *testing.T) {
146
cases := []struct {
@@ -335,6 +335,8 @@ func TestDecisionToString(t *testing.T) {
335
require.Equal(t, expected, strVal)
336
337
338
339
+// the other attributes will be nil
340
func Test_decisionGetData(t *testing.T) {
341
342
decision *s.Decision
0 commit comments