Skip to content

Commit

Permalink
Merge pull request #300 from Ninigi/fix-refund-test
Browse files Browse the repository at this point in the history
Fix refund_test create params
  • Loading branch information
kevinhughes27 committed Aug 25, 2016
2 parents 27c896f + 9307cdd commit 222bbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/refund_test.rb
Expand Up @@ -9,7 +9,7 @@ class RefundTest < Test::Unit::TestCase
:restock => true,
:note => "wrong size",
:shipping => { :full_refund => true },
:refund_line_items => [{ :line_item => 518995019, :quantity => 1 }]
:refund_line_items => [{ :line_item_id => 518995019, :quantity => 1 }]
)
assert_equal 703073504, refund.refund_line_items.first.line_item_id
end
Expand Down

0 comments on commit 222bbc7

Please sign in to comment.