Skip to content

Commit

Permalink
linting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JPrevost committed Nov 16, 2023
1 parent c8cc89e commit 8953d13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/models/standard_identifiers.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

class StandardIdentifiers
attr_reader :identifiers

Expand Down
3 changes: 2 additions & 1 deletion test/controllers/graphql_controller_test.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'test_helper'

class GraphqlControllerTest < ActionDispatch::IntegrationTest
Expand Down Expand Up @@ -50,7 +52,6 @@ class GraphqlControllerTest < ActionDispatch::IntegrationTest
end

test 'search event query can return detected standard identifiers' do
initial_term_count = Term.count
post '/graphql', params: { query: '{
logSearchEvent(sourceSystem: "timdex", searchTerm: "10.1038/nphys1170") {
standardIdentifiers {
Expand Down

0 comments on commit 8953d13

Please sign in to comment.