From 5ec949bf1695942e91971a238ae9e1d29572b3ff Mon Sep 17 00:00:00 2001 From: "Matthew L. Fidler" Date: Wed, 4 Oct 2023 14:29:21 -0500 Subject: [PATCH] Fix stray v --- tests/testthat/test-binomProb.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-binomProb.R b/tests/testthat/test-binomProb.R index afe42bb6a..8b5f10480 100644 --- a/tests/testthat/test-binomProb.R +++ b/tests/testthat/test-binomProb.R @@ -67,6 +67,6 @@ test_that("test binomProb()", { expect_equal(binomProbs(x, n=50), t1) - v ## now get test binomial predictions + ## now get test binomial predictions })