updates to visual search form, show close matches if they exist
This commit is contained in:
@@ -171,7 +171,7 @@ RSpec.describe Domain::PostsController, type: :controller do
|
||||
expect(assigns(:uploaded_detail_hash_value)).to eq(
|
||||
mock_detail_hash_value,
|
||||
)
|
||||
expect(assigns(:post_file_fingerprints)).to eq(mock_fingerprints.to_a)
|
||||
expect(assigns(:matches)).to eq(mock_fingerprints.to_a)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user