• 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.go Loading commit data...
gen_jwks.go Loading commit data...
jwks.go Loading commit data...
transactions.go Loading commit data...