• Daniel Dao's avatar
    storage: fix list connector test · 2b13bdd1
    Daniel Dao authored
    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
    2b13bdd1
Name
Last commit
Last update
..
conformance Loading commit data...
kubernetes Loading commit data...
memory Loading commit data...
sql Loading commit data...
doc.go Loading commit data...
static.go Loading commit data...
storage.go Loading commit data...