From 5a2d2de07731032f337bbef8d05206a99dc132e6 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 15 Nov 2024 04:14:24 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96:=20update=20testdata=20reference?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emmanuel Ferdman --- designs/code-generate-image-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designs/code-generate-image-plugin.md b/designs/code-generate-image-plugin.md index bb2634f6744..6dbf78b7d52 100644 --- a/designs/code-generate-image-plugin.md +++ b/designs/code-generate-image-plugin.md @@ -251,7 +251,7 @@ type {{ resource }}Spec struct { ### Test Plan -To ensure this implementation a new project example should be generated in the [testdata](../testdata/) directory of the project. See the [test/testadata/generate.sh](../test/testadata/generate.sh). Also, we should use this scaffold in the [integration tests](../test/e2e/) to ensure that the data scaffolded with works on the cluster as expected. +To ensure this implementation a new project example should be generated in the [testdata](../testdata/) directory of the project. See the [test/testdata/generate.sh](../test/testadata/generate.sh). Also, we should use this scaffold in the [integration tests](../test/e2e/) to ensure that the data scaffolded with works on the cluster as expected. ### Graduation Criteria