diff --git a/tests/io.c b/tests/io.c index 25cf48d..658bd47 100644 --- a/tests/io.c +++ b/tests/io.c @@ -39,10 +39,6 @@ int main() { db = simdb_open(path, mode, &ret); assert(db != NULL); - /* also test locks */ - assert(simdb_open(path, mode, &ret) == NULL); - assert(ret == SIMDB_ERR_LOCK); - ret = simdb_records_count(db); assert(ret == 0);