Skip to content

Commit b8edddc

Browse files
committed
re-enable test_avro_regression
1 parent bedb736 commit b8edddc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

schema_salad/ref_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def _add_properties(self, s): # type: (unicode) -> None
158158
self.url_fields.add(unicode(s))
159159
self.foreign_properties.add(s)
160160

161-
def add_namespaces(self, ns): # type: (Dict[unicode, Any]) -> None
161+
def add_namespaces(self, ns): # type: (Dict[unicode, unicode]) -> None
162162
self.vocab.update(ns)
163163

164164
def add_schemas(self, ns, base_url):

tests/test_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def test_self_validate(self):
5151
"schema_salad/metaschema/metaschema.yml"]))
5252

5353
def test_avro_regression(self):
54-
return
5554
self.assertEqual(0, schema_salad.main.main(argsl=["tests/Process.yml"]))
5655

5756
def test_jsonld_ctx(self):

0 commit comments

Comments
 (0)