This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
Daniel Dao 2b13bdd12d
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
2017-10-27 15:26:05 +01:00
..
2017-07-25 13:46:44 -07:00
2016-07-26 15:51:24 -07:00