From edd638524d472c053d67fd48df537b13c16cbc3a Mon Sep 17 00:00:00 2001 From: stzv <59611563+stzv@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:18:56 +0200 Subject: [PATCH] Update testing.Rmd Line 15 Learn not to -> Learn how not to Changed the learning objective from "Learn not to panic ..." to "Learn how not to panic ..." --- episodes/testing.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/testing.Rmd b/episodes/testing.Rmd index 90a1f75..0c2591d 100644 --- a/episodes/testing.Rmd +++ b/episodes/testing.Rmd @@ -12,7 +12,7 @@ exercises: 30 - Understand why tests are useful - Learn how to create a battery of basic tests - Learn how to run the tests -- Learn to not panic if a test fails +- Learn how not to panic if a test fails - Optional: Learn how to perform a code check :::