Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
CoralineAda committed Aug 25, 2024
1 parent 8b631a5 commit 4aecc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/import_from_csv_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RSpec.describe ImportFromCsv do

before do
allow_any_instance_of(SurveyResponse).to receive(:export_to_graph)
allow_any_instance_of(SurveyResponse).to receive(:enqueue_export_to_graph)
allow_any_instance_of(SurveyResponse).to receive(:enqueue_keyword_extraction)
allow_any_instance_of(SurveyResponse).to receive(:enqueue_sentiment_analysis)
end
Expand Down

0 comments on commit 4aecc8f

Please sign in to comment.