Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/subscriptions/issuable_updated_spec.rb')
-rw-r--r--spec/graphql/subscriptions/issuable_updated_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/graphql/subscriptions/issuable_updated_spec.rb b/spec/graphql/subscriptions/issuable_updated_spec.rb
index bc640e9e3c4..906b7e1f11a 100644
--- a/spec/graphql/subscriptions/issuable_updated_spec.rb
+++ b/spec/graphql/subscriptions/issuable_updated_spec.rb
@@ -52,8 +52,8 @@ RSpec.describe Subscriptions::IssuableUpdated do
let(:current_user) { unauthorized_user }
it 'unsubscribes the user' do
- # GraphQL::Execution::Execute::Skip is returned when unsubscribed
- expect(subject).to be_an(GraphQL::Execution::Execute::Skip)
+ # GraphQL::Execution::Skip is returned when unsubscribed
+ expect(subject).to be_an(GraphQL::Execution::Skip)
end
end
end