Skip to content
Snippets Groups Projects
Unverified Commit 2b13bdd1 authored by Daniel Dao's avatar Daniel Dao
Browse files

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
parent 3d65b774
Branches h-da-main
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment