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 | 66 | line1.line_disc_percent3 = 0 |
| 67 | 67 | line1.line_disc_value = 0 |
| 68 | 68 | line1.taxable = "N" |
| 69 | - | |
| 69 | + | |
| 70 | 70 | po.order_details = Syspro::BusinessObjects::Models::PurchaseOrders::OrderDetails.new |
| 71 | 71 | po.order_details.stock_lines = [line1] |
| 72 | - binding.pry | |
| 73 | - | |
| 72 | + | |
| 74 | 73 | syspro_po = po.call(user_id.guid) |
| 75 | - | |
| 74 | + | |
| 76 | 75 | assert_equal syspro_po.error_numbers.length, 0 |
| 77 | 76 | end |
| 78 | -end | |
| 79 | 77 | \ No newline at end of file |
| 78 | +end | ... | ... |