-
- Downloads
"protocols/git@code.fbi.h-da.de:danet/bio-rd.git" did not exist on "59fbc5257885f031f64835ba39892c3f6dbe07bd"
storage: fix list connector test
The previous test doesnt actually testing ListConnectors code. For example the following pseudocode will pass the test: ``` ListConnectors() { return nil, nil } ``` Instead change to actually fetch and compare list of connectors, ordering by name
Please register or sign in to comment