Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

test: update `test_get_file_id()` in `tests/test_functions.py` #50

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request updates the test_get_file_id() function in tests/test_functions.py. It adds assertions for the functions.get_file_id() method with the file formats .tsv and .xlsx. This ensures that the function returns the correct file_id for these formats as well.

closes #49