diff --git a/test/test_builders.py b/test/test_builders.py index e99b1d8..351303b 100644 --- a/test/test_builders.py +++ b/test/test_builders.py @@ -54,8 +54,6 @@ def get_assaytype(entity): if uuid is None: return default_assaytype assay = json.loads(assaytypes_path.joinpath(f'{uuid}.json').read_text()) - if assay is None: - return default_assaytype return assay