From f92bd306a5e4f43fae1fdf8040dcaf3389e8f574 Mon Sep 17 00:00:00 2001 From: rtesra <70330391+rtesra@users.noreply.github.com> Date: Wed, 11 Dec 2024 23:05:40 +0200 Subject: [PATCH] fix (one more) failing test --- tests/testthat/test-01-run-model.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-01-run-model.R b/tests/testthat/test-01-run-model.R index 11910edc..3a2229ff 100644 --- a/tests/testthat/test-01-run-model.R +++ b/tests/testthat/test-01-run-model.R @@ -205,7 +205,7 @@ test_that("exceeding max_iterations raises convergence warning", { expect_length(out$warnings, 3) expect_equal(out$warnings[[1]]$text, - paste0("Naomi subnational data not equal to Spectrum national data. Check table on review inputs tab for: \nnumber_on_art: 2019;2021;2022;2023")) + paste0("Naomi subnational data not equal to Spectrum national data. Check table on review inputs tab for: \nnumber_on_art: 2011;2012;2013;2014;2015;2016;2017;2018;2019;2020;2021;2022;2023")) expect_equal(out$warnings[[3]]$text, paste0("Convergence error: iteration limit reached without convergence (10)"))