@@ -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