Skip to content

Commit

Permalink
IN-392 Fixes specs for order builder
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldob committed Dec 16, 2014
1 parent 701df12 commit ec01685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/integrations/builders/order_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
it 'returns hash with address data' do
expect(result).to be_kind_of Hash
expect(result.keys).to eq(
["AccountId", "Amount", "CloseDate", "HasOpportunityLineItem", "Name", "Pricebook2Id", "StageName", "CurrencyIsoCode"]
["AccountId", "Amount", "CloseDate", "Name", "Pricebook2Id", "StageName"]
)
end
end
Expand Down

0 comments on commit ec01685

Please sign in to comment.