diff --git a/v2/app/testdata/pubsub_err_subscriber_different_service.txt b/v2/app/testdata/pubsub_err_subscriber_different_service.txt index 703df59a04..e26d5f5eeb 100644 --- a/v2/app/testdata/pubsub_err_subscriber_different_service.txt +++ b/v2/app/testdata/pubsub_err_subscriber_different_service.txt @@ -1,5 +1,5 @@ ! parse -err 'The function passed to `pubsub.NewSubscription` must be declared in the the same service as the' +err 'The function passed to `pubsub.NewSubscription` must be declared in the same service as the' -- shared/shared.go -- package shared diff --git a/v2/app/testdata/pubsub_err_subscriber_not_function.txt b/v2/app/testdata/pubsub_err_subscriber_not_function.txt index 8c196a8bc7..005e7da105 100644 --- a/v2/app/testdata/pubsub_err_subscriber_not_function.txt +++ b/v2/app/testdata/pubsub_err_subscriber_not_function.txt @@ -1,5 +1,5 @@ ! parse -err 'The function passed to `pubsub.NewSubscription` must be declared in the the same service' +err 'The function passed to `pubsub.NewSubscription` must be declared in the same service' -- svc/svc.go -- package svc diff --git a/v2/app/testdata/pubsub_err_subscription_func_not_in_service.txt b/v2/app/testdata/pubsub_err_subscription_func_not_in_service.txt index 703df59a04..e26d5f5eeb 100644 --- a/v2/app/testdata/pubsub_err_subscription_func_not_in_service.txt +++ b/v2/app/testdata/pubsub_err_subscription_func_not_in_service.txt @@ -1,5 +1,5 @@ ! parse -err 'The function passed to `pubsub.NewSubscription` must be declared in the the same service as the' +err 'The function passed to `pubsub.NewSubscription` must be declared in the same service as the' -- shared/shared.go -- package shared