Skip to content

Commit

Permalink
IN-392 Fix order spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Cantero committed Oct 21, 2014
1 parent 5892c5e commit 3637957
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(
["Id__c", "Status__c", "Channel__c", "Email__c", "Currency__c", "PlacedOn__c", "Subtotal__c", "Adjustment__c", "Tax__c", "Shipping__c", "Payment__c", "Total__c"]
["Name", "Status__c", "Channel__c", "Email__c", "Currency__c", "PlacedOn__c", "Subtotal__c", "Adjustment__c", "Tax__c", "Shipping__c", "Payment__c", "Total__c"]
)
end
end
Expand Down

0 comments on commit 3637957

Please sign in to comment.