From 9532ca622619c7b57f67176439b1bcbeadda6adc Mon Sep 17 00:00:00 2001 From: Andrea-Havron-NOAA Date: Mon, 24 Jun 2024 18:19:52 -0500 Subject: [PATCH] fix closing bracket --- tests/testthat/test-prior-multi-module.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-prior-multi-module.R b/tests/testthat/test-prior-multi-module.R index da2ebd0..3c98db7 100644 --- a/tests/testthat/test-prior-multi-module.R +++ b/tests/testthat/test-prior-multi-module.R @@ -180,7 +180,7 @@ expect_equal(l_inf[1] > bayes.pi[2,1] & l_inf[1] < bayes.pi[2,2], TRUE) #expect_equal(log(.1) > bayes.pi[5,1] & log(.1) < bayes.pi[5,2], TRUE) expect_equal(log(.1) > bayes.pi[6,1] & log(.1) < bayes.pi[6,2], TRUE) -)} +}) clear()