From ec6c8d0de5f7b428b836759728f5305596633e08 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Sun, 21 Jan 2024 09:22:25 -0500 Subject: [PATCH] lint! --- .../api/v1/import/cases_controller_test.rb | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/test/controllers/api/v1/import/cases_controller_test.rb b/test/controllers/api/v1/import/cases_controller_test.rb index 48452a9fe..9413cdeaa 100644 --- a/test/controllers/api/v1/import/cases_controller_test.rb +++ b/test/controllers/api/v1/import/cases_controller_test.rb @@ -24,22 +24,22 @@ class CasesControllerTest < ActionController::TestCase try: acase.tries.last.as_json, queries: [ { - arranged_at: 1, - arranged_next: nil, - query_text: 'First Query', - options: nil, - notes: nil, - information_need: 'I am the first query', - ratings: [], + arranged_at: 1, + arranged_next: nil, + query_text: 'First Query', + options: nil, + notes: nil, + information_need: 'I am the first query', + ratings: [], }, { - arranged_at: 2, - arranged_next: nil, - query_text: 'Second Query', - options: nil, - notes: nil, - information_need: 'I am the second query', - ratings: [ + arranged_at: 2, + arranged_next: nil, + query_text: 'Second Query', + options: nil, + notes: nil, + information_need: 'I am the second query', + ratings: [ { doc_id: 'docb', rating: 1.0,