dex/storage/conformance
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
..
conformance.go storage: fix list connector test 2017-10-27 15:26:05 +01:00
gen_jwks.go storage/conformace: add conformance tests for keys 2016-10-14 12:28:49 -07:00
jwks.go storage/conformace: add conformance tests for keys 2016-10-14 12:28:49 -07:00
transactions.go storage/conformance: expand transaction test suite 2016-10-31 23:01:31 -07:00