Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Jul 5, 2023
1 parent 77d61e8 commit 146d2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/filesystem/test_filesystem_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_load_info(self, destination_name: str, data_dir: str) -> None:
def test_tables(self, destination_name: str, data_dir: str) -> None:
pipeline, _ = run_pipeline(destination_name, data_dir, local_folder)
# now let's inspect the generated schema. it should contain just
# two tables with filepaths and structured data
# one table with filepaths
schema = pipeline.default_schema
tables = schema.data_tables()
assert len(tables) == 1
Expand Down

0 comments on commit 146d2d6

Please sign in to comment.