From 25af2dd79be67ae8f86ce60d675cce81c46c17c0 Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Thu, 14 Sep 2023 14:01:41 -0400 Subject: [PATCH] Fix typo (#10649) --- integration-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/README.md b/integration-tests/README.md index c1393ea9cf3..c0b673fa92b 100644 --- a/integration-tests/README.md +++ b/integration-tests/README.md @@ -4,7 +4,7 @@ Here lives the integration tests for chainlink, utilizing our [chainlink-testing ## NOTE: Move to Testcontainers -If you have previously run these smoke tests using GitHub Actions or some sort of Kubernetes setup, that method is no longer necessary. We have moved the majority of our tests to utilize plain Docker containers (with the help of [Testcontainers](https://golang.testcontainers.org/)). This should make tests faster, more stable, and enable you to run them on your local machine without much hassle. More p +If you have previously run these smoke tests using GitHub Actions or some sort of Kubernetes setup, that method is no longer necessary. We have moved the majority of our tests to utilize plain Docker containers (with the help of [Testcontainers](https://golang.testcontainers.org/)). This should make tests faster, more stable, and enable you to run them on your local machine without much hassle. ## Requirements