Skip to content

Commit 2a5ce33

Browse files
committed
test(W-10928298): date time only type is computed as DateTime
1 parent fe68506 commit 2a5ce33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/property-document-mixin.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ describe('PropertyDocumentMixin', () => {
159159
['http://www.w3.org/2001/XMLSchema#date', 'Date'],
160160
['http://www.w3.org/2001/XMLSchema#time', 'Time'],
161161
['http://www.w3.org/2001/XMLSchema#dateTime', 'DateTime'],
162-
['http://a.ml/vocabularies/shapes#dateTimeOnly', 'Time'],
162+
['http://a.ml/vocabularies/shapes#dateTimeOnly', 'DateTime'],
163163
['http://www.w3.org/2001/XMLSchema#float', 'Float'],
164164
['http://www.w3.org/2001/XMLSchema#long', 'Long'],
165165
['http://www.w3.org/2001/XMLSchema#double', 'Double'],
@@ -204,7 +204,7 @@ describe('PropertyDocumentMixin', () => {
204204
['http://www.w3.org/2001/XMLSchema#date', 'Date'],
205205
['http://www.w3.org/2001/XMLSchema#time', 'Time'],
206206
['http://www.w3.org/2001/XMLSchema#dateTime', 'DateTime'],
207-
['http://a.ml/vocabularies/shapes#dateTimeOnly', 'Time'],
207+
['http://a.ml/vocabularies/shapes#dateTimeOnly', 'DateTime'],
208208
['http://www.w3.org/2001/XMLSchema#float', 'Float'],
209209
['http://www.w3.org/2001/XMLSchema#long', 'Long'],
210210
['http://www.w3.org/2001/XMLSchema#double', 'Double'],

0 commit comments

Comments
 (0)