Skip to content

Commit

Permalink
lint!
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 21, 2024
1 parent d2b5706 commit ec6c8d0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions test/controllers/api/v1/import/cases_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ec6c8d0

Please sign in to comment.