Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Bradley <[email protected]>
  • Loading branch information
TylerHelmuth and evan-bradley committed May 1, 2023
1 parent d2efc76 commit 19eed3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ottl/expression_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ func Test_exprGetter_Get_Invalid(t *testing.T) {
err: fmt.Errorf("index -1 out of bounds"),
},
{
name: "index too large for pcommon slice",
name: "index too large for Go slice",
val: value{
Literal: &mathExprLiteral{
Converter: &converter{
Expand All @@ -549,7 +549,7 @@ func Test_exprGetter_Get_Invalid(t *testing.T) {
err: fmt.Errorf("index 100 out of bounds"),
},
{
name: "negative for pcommon slice",
name: "negative for Go slice",
val: value{
Literal: &mathExprLiteral{
Converter: &converter{
Expand Down

0 comments on commit 19eed3b

Please sign in to comment.