Skip to content
Snippets Groups Projects
Verified Commit b4bc6d49 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix tests

parent 4ffef1c8
No related branches found
No related tags found
No related merge requests found
......@@ -34,10 +34,10 @@ from collections.abc import Iterable
from subprocess import call
from caosdb.common.datatype import (BOOLEAN, DATETIME, DOUBLE, FILE, INTEGER,
REFERENCE, TEXT)
REFERENCE, TEXT, is_reference)
from caosdb.common.models import (Container, Entity, File, Property, Query,
Record, RecordType, get_config,
execute_query, is_reference)
execute_query)
def new_record(record_type, name=None, description=None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment