Skip to content
Snippets Groups Projects
Commit ee0a5a44 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: No named argument.

parent d7d07743
No related branches found
No related tags found
1 merge request!1Initial functionality
Pipeline #11425 passed
Pipeline: caosdb-octaveinttest

#11426

    ......@@ -30,7 +30,7 @@ function test_local()
    c1 = Caosdb();
    assertEqual(c1.connection, "")
    % class with explicit connection
    c2 = Caosdb(connection = "local-caosdb-admin");
    c2 = Caosdb("local-caosdb-admin");
    assertEqual(c2.connection, "local-caosdb-admin");
    % Only get the local versions.
    ......
    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