Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Small style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrei committed May 26, 2017
1 parent 71c9a27 commit 7d5cfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/plugins_call_tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
factory :call_tool, class: 'Plugins::CallTool' do
association :caller_phone_number, factory: :phone_number
association :page
targets { build_list(:call_tool_target, 3, :with_country) }
targets { build_list(:call_tool_target, 3, :with_country) }
end

factory :call_tool_target, class: 'CallTool::Target' do
Expand Down

0 comments on commit 7d5cfd9

Please sign in to comment.