Skip to content

Commit

Permalink
adding in alias path
Browse files Browse the repository at this point in the history
  • Loading branch information
katiebuntic committed Sep 1, 2023
1 parent fc3551e commit 08f725a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_redcap_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_school_id_aliases(temp_out_dir, set_top_level_dir):
tomli_w.dump({"RRS200": "RRS100"}, handle)

# Act
extract(2021, config_file=config_path, output_dir=temp_out_dir)
extract(2021, config_file=config_path, output_dir=temp_out_dir, school_aliases=alias_path)

# Assert
expected_file = temp_out_dir / "processed" / "masterfile_2021-22.xlsx"
Expand Down

0 comments on commit 08f725a

Please sign in to comment.