Skip to content

Commit ed3bfe3

Browse files
xuhdevedwardleardi
andauthored
Apply suggestions from code review
Co-authored-by: Edward Leardi <[email protected]>
1 parent dcf157d commit ed3bfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_loaders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def test_csv_pandas_no_delimiter(self, tmp_path, noaa_jfk_schema):
206206
del noaa_jfk_schema['subdatasets']['jfk_weather_cleaned']['format']['options']['delimiter']
207207
data = Dataset(noaa_jfk_schema, tmp_path,
208208
mode=Dataset.InitializationMode.DOWNLOAD_AND_LOAD).data['jfk_weather_cleaned']
209-
assert len(data.columns) == 16 # Number of columns remain the same
209+
assert len(data.columns) == 16 # number of columns remain the same
210210

211211
@pytest.mark.parametrize('delimiter', ('\t', ' ', '|', ';'))
212212
def test_csv_pandas_delimiter(self, tmp_path, noaa_jfk_schema, delimiter):

0 commit comments

Comments
 (0)