##// END OF EJS Templates
Fix test_json
Grant Nestor -
Show More
@@ -159,7 +159,7 b' def test_displayobject_repr():'
159 def test_json():
159 def test_json():
160 d = {'a': 5}
160 d = {'a': 5}
161 lis = [d]
161 lis = [d]
162 md = {'expanded': False}
162 md = {}
163 md2 = {'expanded': True}
163 md2 = {'expanded': True}
164 j = display.JSON(d)
164 j = display.JSON(d)
165 j2 = display.JSON(d, expanded=True)
165 j2 = display.JSON(d, expanded=True)
General Comments 0
You need to be logged in to leave comments. Login now