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