From 5d65de3c064017fb13fbcdd2919d1f5e75b19818 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 30 Jul 2021 22:13:16 +1000 Subject: [PATCH] docs: fix simple typo, througout -> throughout There is a small typo in tests/core_test.py. Should read `throughout` rather than `througout`. --- tests/core_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core_test.py b/tests/core_test.py index 966754d..3b06f45 100644 --- a/tests/core_test.py +++ b/tests/core_test.py @@ -10,7 +10,7 @@ # Global setup function. Download DBs if missing. def my_setup(): - # Set fake environmental variables, tests this functionality implicitly througout + # Set fake environmental variables, tests this functionality implicitly throughout setup_demo_env() if not os.path.exists(os.environ.get("QUERY_DB_NAME")): raise Exception("Necessary Chinook SQLite test database not found.")