diff options
author | Munyoki Kilyungi | 2024-10-01 08:44:34 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-10-02 06:59:11 +0300 |
commit | 9aefe6e8c2e7f21cd512a2c81769ddc4554f6f42 (patch) | |
tree | 73c584311f3a1fb10b0c53ea2b18850f3140bd8b /tests | |
parent | 1060cee060c51b75b405c851e1847993ef7d6b1f (diff) | |
download | genenetwork3-9aefe6e8c2e7f21cd512a2c81769ddc4554f6f42.tar.gz |
Fix typo in comments.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fixtures/rdf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fixtures/rdf.py b/tests/fixtures/rdf.py index 38d8f25..a77df37 100644 --- a/tests/fixtures/rdf.py +++ b/tests/fixtures/rdf.py @@ -48,7 +48,8 @@ def rdf_setup(): "test_data/ttl-files/test-data.ttl", ) # We intentionally use a temporary directory. This way, all the - # database created by virtuoso are cleaned after running tests. + # virtuoso database files are properly cleaned up after running + # tests. with tempfile.TemporaryDirectory() as tmpdirname: init_file = os.path.join(tmpdirname, "virtuoso.ini") # Create the virtuoso init file which we use when |