From 26fc74b580b14afba8f89f0a20dcea09c37b63cb Mon Sep 17 00:00:00 2001 From: William Valentin Date: Mon, 28 Jul 2025 22:06:37 -0700 Subject: [PATCH] fix: Update path for dose editing functionality test script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66fe5dc..6bd178e 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ test-edit-window: $(VENV_ACTIVATE) ## Test edit window functionality (save and test-dose-editing: $(VENV_ACTIVATE) ## Test dose editing functionality in edit window @echo "Running dose editing functionality test..." - $(PYTHON) test_dose_editing_functionality.py + $(PYTHON) scripts/test_dose_editing_functionality.py migrate-csv: $(VENV_ACTIVATE) ## Migrate CSV to new format with dose tracking @echo "Migrating CSV to new format..."