Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and pankajastro committed Jan 5, 2023
1 parent e972049 commit e3894e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-sdk/tests/files/type/test_ndjson.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_read_ndjson_file_with_pandas_opts(mock_ndjson_flatten):
ndjson_type = NDJSONFileType(path)
with open(path) as file:
ndjson_type.export_to_dataframe(file, load_options=NdjsonLoadOption())
mock_ndjson_flatten.assert_called_once_with(None, file, ndjson_normalize_sep='_')
mock_ndjson_flatten.assert_called_once_with(None, file, ndjson_normalize_sep="_")


def test_write_ndjson_file():
Expand Down

0 comments on commit e3894e4

Please sign in to comment.