Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Scriptodude committed Oct 20, 2016
1 parent 798383a commit 2e0a1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/main/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def testFacture(self):

if settings.TAXABLES:
self.assertTrue(0.4 < fact.prix_tps() < 0.6)
self.assertTrue(1 < fact.prix_tvq() < 1.05)
self.assertTrue(0.9 < fact.prix_tvq() < 1.1)
self.assertEqual(fact.prix_total(), Decimal('11.55'))


Expand Down

0 comments on commit 2e0a1bd

Please sign in to comment.