Skip to content

Commit bdce4a7

Browse files
committed
runtime: Fix typo in Error call
1 parent b855144 commit bdce4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/query_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func TestPopulateParameters(t *testing.T) {
136136
msg.Reset()
137137
err := runtime.PopulateQueryParameters(msg, spec.values, spec.filter)
138138
if err != nil {
139-
t.Errorf("runtime.PoplateQueryParameters(msg, %v, %v) failed with %v; want success", spec.values, spec.filter, err)
139+
t.Errorf("runtime.PopulateQueryParameters(msg, %v, %v) failed with %v; want success", spec.values, spec.filter, err)
140140
continue
141141
}
142142
if got, want := msg, spec.want; !proto.Equal(got, want) {

0 commit comments

Comments
 (0)