• 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
conformance.go 23.7 KB