Skip to content

Commit

Permalink
Fix copy-paste fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
nmingazov committed May 15, 2024
1 parent 16160ed commit 122ed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/search_response_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ defmodule Snap.SearchResponseTest do
end

test "new/1 with sorted" do
json = fixture_json("search_response_inner_hits")
json = fixture_json("search_response_sorted")

response = SearchResponse.new(json)
first_hit = Enum.at(response.hits, 0)
Expand Down

0 comments on commit 122ed0e

Please sign in to comment.