X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/2bad3743bd25bbcfe12db50e2b18ab8d070f2354..d4b772a5d2f29c4f54564ea09f5b65289cadcaa1:/pypol/tests/test_linexprs.py diff --git a/pypol/tests/test_linexprs.py b/pypol/tests/test_linexprs.py index 6ec8993..01f844f 100644 --- a/pypol/tests/test_linexprs.py +++ b/pypol/tests/test_linexprs.py @@ -275,7 +275,7 @@ class TestRational(unittest.TestCase): def setUp(self): self.zero = Rational(0) self.one = Rational(1) - self.pi = Rational(Fraction(22, 7)) + self.pi = Rational(22, 7) def test_new(self): self.assertEqual(Rational(), self.zero)