Skip to content

Commit

Permalink
Appease rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhoads committed Oct 31, 2022
1 parent 87189aa commit 59fab7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/graphql/types/repository_type_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@
it "uses the cursor to continue searching" do
response = LupoSchema.execute(
search_query,
variables: {
}
variables: {}
).as_json
expect(response.dig("data",
"repositories",
Expand Down

0 comments on commit 59fab7e

Please sign in to comment.