diff options
Diffstat (limited to 'coding-conventions.md')
| -rw-r--r-- | coding-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coding-conventions.md b/coding-conventions.md index c3f7d628..dc2825b0 100644 --- a/coding-conventions.md +++ b/coding-conventions.md @@ -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) |
