Skip to content

Commit ab53be7

Browse files
rikardnisuruf
andauthored
Update symengine/tests/test_printing.py
Co-authored-by: Isuru Fernando <[email protected]>
1 parent 52daf3b commit ab53be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/tests/test_printing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ def test_init_printing():
3535
def test_unicode():
3636
x = Symbol("x")
3737
y = Integer(2)
38-
assert unicode(x / y) == "x\n\n2"
38+
assert unicode(x / 2) == "x\n\n2"

0 commit comments

Comments
 (0)