From 9aefe6e8c2e7f21cd512a2c81769ddc4554f6f42 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 1 Oct 2024 08:44:34 +0300 Subject: Fix typo in comments. Signed-off-by: Munyoki Kilyungi --- tests/fixtures/rdf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3