Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHaffar committed Sep 16, 2023
1 parent 551376d commit 3c85db3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/foundation/cerrors/cerrors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ func TestGetStackTrace(t *testing.T) {
act, ok := res.([]cerrors.Frame)
is.True(ok) // expected []cerrors.Frame
is.Equal(tc.expected, act)

})
}
}
Expand Down

0 comments on commit 3c85db3

Please sign in to comment.