Skip to content
Snippets Groups Projects
  • Daniel Dao's avatar
    2b13bdd1
    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
    storage: fix list connector test
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.