From e8bb6b26660e745bd625fe14bc89634e2b930c8d Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 23 Nov 2021 10:20:39 +0000 Subject: [PATCH] docs: Correct repo name usage Change reference from "runtime repo" to "main repo" in unit test advice document. Signed-off-by: James O. D. Hunt --- docs/Unit-Test-Advice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Unit-Test-Advice.md b/docs/Unit-Test-Advice.md index f4231dff7a..8d3b7b94ed 100644 --- a/docs/Unit-Test-Advice.md +++ b/docs/Unit-Test-Advice.md @@ -275,7 +275,7 @@ Some repositories already provide utility functions to skip a test: ### running Golang tests as a different user -The runtime repository has the most comprehensive set of skip abilities. See: +The main repository has the most comprehensive set of skip abilities. See: - https://github.com/kata-containers/kata-containers/tree/main/src/runtime/pkg/katatestutils