From dfdc3388210e1a8ecd97363e9af7e546b991cd29 Mon Sep 17 00:00:00 2001 From: "Matt Moore (via sockpuppet)" Date: Tue, 28 May 2019 14:00:41 +0000 Subject: [PATCH] Format markdown Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)` --- test/e2e/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/e2e/README.md b/test/e2e/README.md index 34958ae339d..920f5440ebf 100644 --- a/test/e2e/README.md +++ b/test/e2e/README.md @@ -9,11 +9,11 @@ Knative Eventing e2e tests to verify the behavior of this specific implementation. If you want to add tests for a new `ClusterChannelProvisioner` and reuse -existing tests for it, please look into [config.go](../common/config.go) -and make corresponding changes. +existing tests for it, please look into [config.go](../common/config.go) and +make corresponding changes. -If you want to add a new test case, please add one new test file under -[e2e](.) and use the `RunTests` function to run against multiple +If you want to add a new test case, please add one new test file under [e2e](.) +and use the `RunTests` function to run against multiple `ClusterChannelProvisioners` that have the feature you want to test. ### Requirements