Skip to content

Commit

Permalink
minor changes in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Imshenetska authored and Hanna Imshenetska committed Jan 13, 2025
1 parent 7cc1e69 commit ed1cf30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/unit/data_loaders/test_data_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ def test_initialize_data_loader_for_local_pickle_table_with_existed_path(rp_logg
"Initializing the instance of the class DataLoader "
"for local pickle table with existed path"
)
path_to_table = (f"{DIR_NAME}/unit/data_loaders/fixtures/"
"pickle_tables/table_with_data.pkl")
path_to_table = f"{DIR_NAME}/unit/data_loaders/fixtures/pickle_tables/table_with_data.pkl"
test_data_loader = DataLoader(path_to_table)
assert test_data_loader.path == path_to_table
assert test_data_loader.has_existed_path is True
Expand Down

0 comments on commit ed1cf30

Please sign in to comment.