update docs

Signed-off-by: Mike Danese <mikedanese@google.com>
This commit is contained in:
Mike Danese
2016-06-08 14:49:33 -07:00
parent 13f36d5117
commit 81e67c0403
2 changed files with 4 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ following Go conventions - `stateLock`, `mapLock` etc.
tests
- Table-driven tests are preferred for testing multiple scenarios/inputs; for
example, see [TestNamespaceAuthorization](../../test/integration/auth_test.go)
example, see [TestNamespaceAuthorization](../../test/integration/auth/auth_test.go)
- Significant features should come with integration (test/integration) and/or
[end-to-end (test/e2e) tests](e2e-tests.md)