Skip to content

Commit

Permalink
Removed dud assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsky committed Aug 13, 2020
1 parent a63850a commit 4c671b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asc/asc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func TestAppendingQueryOptions(t *testing.T) {
assert.Equal(t, "dog?field=cat", got)

// bad url
got, err = appendingQueryOptions(":", nil)
_, err = appendingQueryOptions(":", nil)
assert.Error(t, err)

// invalid input to query.Values
Expand Down

0 comments on commit 4c671b9

Please sign in to comment.