summaryrefslogtreecommitdiff
path: root/test/test_sparql/test_datetime_processing.py
diff options
context:
space:
mode:
authorGraham Higgins <gjh@bel-epa.com>2022-05-17 13:52:23 +0100
committerIwan Aucamp <aucampia@gmail.com>2022-05-17 15:10:37 +0200
commitc906f64b915aee28a57aae74819884fd3cab74ab (patch)
tree03fea1428a4c7d5e53a2f5cbd25a4b35a556c907 /test/test_sparql/test_datetime_processing.py
parent3c72ce1791907e85c20bb8633642f6efdca165ac (diff)
downloadrdflib-c906f64b915aee28a57aae74819884fd3cab74ab.tar.gz
edit tabs to spaces
Diffstat (limited to 'test/test_sparql/test_datetime_processing.py')
-rw-r--r--test/test_sparql/test_datetime_processing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_sparql/test_datetime_processing.py b/test/test_sparql/test_datetime_processing.py
index 41da92be..8cec5cca 100644
--- a/test/test_sparql/test_datetime_processing.py
+++ b/test/test_sparql/test_datetime_processing.py
@@ -126,7 +126,7 @@ def test_dateTime_duration_subs():
WHERE {
VALUES (?duration ?d) {
("P3DT1H15M"^^xsd:dayTimeDuration "2000-10-30T11:12:00"^^xsd:dateTime)
- ("P3DT1H15M"^^xsd:dayTimeDuration "2000-10-30"^^xsd:date)
+ ("P3DT1H15M"^^xsd:dayTimeDuration "2000-10-30"^^xsd:date)
}
}
"""