From 94dcfaae0c0f19164455756080971f3581651a23 Mon Sep 17 00:00:00 2001 From: Tomasz Kalinowski Date: Thu, 1 Aug 2024 20:13:47 -0400 Subject: [PATCH] update knitr test snapshot --- tests/testthat/_snaps/python-knitr-engine/test-chunking.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testthat/_snaps/python-knitr-engine/test-chunking.md b/tests/testthat/_snaps/python-knitr-engine/test-chunking.md index 1a2e942ac..232504156 100644 --- a/tests/testthat/_snaps/python-knitr-engine/test-chunking.md +++ b/tests/testthat/_snaps/python-knitr-engine/test-chunking.md @@ -23,7 +23,6 @@ prose print(len(y)) ## 3 - # Comment about type should be attached to the code below (like R). # The output from the previous command should not be part of this print(type(y)) @@ -49,7 +48,6 @@ prose print(length(x)) ## [1] 3 - # Comment about class is attached to the code below (as expected) print(class(x)) ## [1] "numeric"