Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AungKoKoLin1997 committed Jan 26, 2023
1 parent cf2ff7c commit 0a795f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def setUp(self):
{
"name": "Product2",
"list_price": 100.00,
"default_code": "",
"default_code": "Test2",
"case_number": "123",
}
)
Expand Down Expand Up @@ -51,4 +51,4 @@ def test_sale_order_line_case_number(self):
order = self._create_sale_order(self.product2)
order_line = order.order_line
order_line.product_id_change()
self.assertEqual(order_line.name, "[123] Product2")
self.assertEqual(order_line.name, "[Test2][123] Product2")

0 comments on commit 0a795f6

Please sign in to comment.