From 14ac3d49fae08690b5fe4fad2db78d2c39bc7844 Mon Sep 17 00:00:00 2001 From: grego952 Date: Wed, 21 Feb 2024 11:57:15 +0100 Subject: [PATCH] Change GoTest to go test --- docs/contributor/testing-strategy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributor/testing-strategy.md b/docs/contributor/testing-strategy.md index 648d3571..9ba3fb7c 100644 --- a/docs/contributor/testing-strategy.md +++ b/docs/contributor/testing-strategy.md @@ -82,7 +82,7 @@ Use the following tools and frameworks to implement the above-mentioned testing |--|--|--|--| |Golangci-lint| X | | | |Go-critic| X | | | -|GoTest| X | | | +|go test| X | | | |Kubebuilder Test Framework| X | X | | |EnvTest| X | X | | |Ginkgo| X | X | |