removes errant space

This commit is contained in:
Michael Hirsch 2019-11-15 17:41:15 -05:00
parent 30d307bdaf
commit 8b96f1fa2c

View File

@ -19,7 +19,7 @@ class TestDataFrameRepr(TestData):
ed_head_101_str = ed_head_101.to_string() ed_head_101_str = ed_head_101.to_string()
pd_head_101_str = pd_head_101.to_string(max_rows=60) pd_head_101_str = pd_head_101.to_string(max_rows=60)
assert pd_head_101_str == ed_head_101_str assert pd_head_101_str == ed_head_101_str
def test_head_11_to_string2(self): def test_head_11_to_string2(self):
ed_flights = self.ed_flights() ed_flights = self.ed_flights()