Commit 2120daaf63f37555dfabaf7e04e45b1d851393de
1 parent
d9a9cb5d
removed a binding pry that was left in tests
Showing
1 changed file
with
4 additions
and
5 deletions
Show diff stats
test/portoi_test.rb
@@ -66,13 +66,12 @@ class PorToiTest < Minitest::Test | @@ -66,13 +66,12 @@ class PorToiTest < Minitest::Test | ||
66 | line1.line_disc_percent3 = 0 | 66 | line1.line_disc_percent3 = 0 |
67 | line1.line_disc_value = 0 | 67 | line1.line_disc_value = 0 |
68 | line1.taxable = "N" | 68 | line1.taxable = "N" |
69 | - | 69 | + |
70 | po.order_details = Syspro::BusinessObjects::Models::PurchaseOrders::OrderDetails.new | 70 | po.order_details = Syspro::BusinessObjects::Models::PurchaseOrders::OrderDetails.new |
71 | po.order_details.stock_lines = [line1] | 71 | po.order_details.stock_lines = [line1] |
72 | - binding.pry | ||
73 | - | 72 | + |
74 | syspro_po = po.call(user_id.guid) | 73 | syspro_po = po.call(user_id.guid) |
75 | - | 74 | + |
76 | assert_equal syspro_po.error_numbers.length, 0 | 75 | assert_equal syspro_po.error_numbers.length, 0 |
77 | end | 76 | end |
78 | -end | ||
79 | \ No newline at end of file | 77 | \ No newline at end of file |
78 | +end |