Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobht committed Nov 5, 2024
1 parent 4af76fd commit 91921c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/common/util/stringer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func TestHistoryEventToString(t *testing.T) {
assert.Equal(t, expected, strVal)
}

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

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

0 comments on commit 91921c0

Please sign in to comment.