Show More
@@ -127,7 +127,7 b' def test_pprint_heap_allocated_type():' | |||
|
127 | 127 | if sys.version_info < (3, 10): |
|
128 | 128 | import xxlimited |
|
129 | 129 | else: |
|
130 | import xxlimited_35 | |
|
130 | import xxlimited_35 as xxlimited | |
|
131 | 131 | output = pretty.pretty(xxlimited.Null) |
|
132 | 132 | nt.assert_equal(output, 'xxlimited.Null') |
|
133 | 133 |
General Comments 0
You need to be logged in to leave comments.
Login now