Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 22, 2024
1 parent b6823e8 commit b15c908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/api/v1/export/ratings_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class RatingsControllerTest < ActionController::TestCase
assert_equal body['queries'][0]['placeholders']['$query'], the_case.queries[0].query_text
assert_equal body['queries'][2]['placeholders']['$query'], the_case.queries[2].query_text
assert_not_nil body['queries'][2]['relevant_documents']

# somewhat verbose RRE format for describing ratings.
expected_relevant_docs = {
docb: {
Expand Down

0 comments on commit b15c908

Please sign in to comment.