Skip to content

Commit

Permalink
new value for size
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 31, 2017
1 parent f7612c2 commit cd8dc1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/budy/test/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def test_measurements(self):
measurement = budy.Measurement(
name = "size",
value = 12,
value_s = "12",
price = None,
quantity_hand = 2.0,
product = product
Expand All @@ -158,6 +159,7 @@ def test_measurements(self):
self.assertEqual(result.id, 1)
self.assertEqual(result.name, "size")
self.assertEqual(result.value, 12)
self.assertEqual(result.value_s, "12")
self.assertEqual(result.price, None)
self.assertEqual(result.quantity_hand, 2.0)
self.assertEqual(result.product.id, 1)
Expand Down

0 comments on commit cd8dc1a

Please sign in to comment.