Skip to content

Commit

Permalink
test: use proper values in test data
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Feb 15, 2024
1 parent 1f8cedf commit eadd704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/setup/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1194,8 +1194,8 @@ var sliceKeyTests = []struct {
input: "1234_789",
err: `invalid slice reference: "1234_789"`,
}, {
input: "chicken_bar.b.q",
err: `invalid slice reference: "chicken_bar.b.q"`,
input: "foo_bar.x.y",
err: `invalid slice reference: "foo_bar.x.y"`,
}, {
input: "foo-_-bar",
err: `invalid slice reference: "foo-_-bar"`,
Expand Down

0 comments on commit eadd704

Please sign in to comment.