mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
removes errant space
This commit is contained in:
parent
30d307bdaf
commit
8b96f1fa2c
@ -19,7 +19,7 @@ class TestDataFrameRepr(TestData):
|
||||
ed_head_101_str = ed_head_101.to_string()
|
||||
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):
|
||||
ed_flights = self.ed_flights()
|
||||
|
Loading…
x
Reference in New Issue
Block a user