Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vaikas committed Jul 15, 2020
1 parent e7ebef7 commit a5ae3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/duck/v1beta1/delivery_conversion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
pkgduck "knative.dev/pkg/apis/duck/v1"
)

func TestDeliverySpeConversionBadType(t *testing.T) {
func TestDeliverySpecConversionBadType(t *testing.T) {
good, bad := &DeliverySpec{}, &DeliverySpec{}

if err := good.ConvertTo(context.Background(), bad); err == nil {
Expand Down

0 comments on commit a5ae3fa

Please sign in to comment.