Skip to content

Commit

Permalink
fix samplerate test struct field type
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Jan 22, 2021
1 parent f58aa1b commit 1e13313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route/route_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func TestGetSampleRateFromAttributes(t *testing.T) {
name string
attrKey string
attrValue interface{}
expectedValue interface{}
expectedValue int
}{
{
name: "missing attr gets default value",
Expand Down

0 comments on commit 1e13313

Please sign in to comment.