From d3feb06b9f0a21fc94bd15285bf40034879ba4e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20M=C3=A1ty=C3=A1s?= <34501282+mmatyi@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:17:54 +0000 Subject: [PATCH] correction of test message --- inst/tinytest/test_restatapi.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/tinytest/test_restatapi.R b/inst/tinytest/test_restatapi.R index 9f1ee65..7100dac 100644 --- a/inst/tinytest/test_restatapi.R +++ b/inst/tinytest/test_restatapi.R @@ -124,7 +124,7 @@ if (!is.null(xml_toc)){ expect_message(rt1<-get_eurostat_raw(testid3,verbose=FALSE)) # 27 expect_message(rt2<-get_eurostat_raw(testid3,check_toc=TRUE,verbose=FALSE)) # 28 expect_message(dt3<-get_eurostat_data(testid3,verbose=FALSE)) # 29 - } else {not_checked<-paste(not_checked,"26-29",sep=",")} + } else {not_checked<-paste(not_checked,"27-29",sep=",")} } else {not_checked<-paste(not_checked,"22-29",sep=",")} rt3<-get_eurostat_raw(testid4,mode="xml",stringsAsFactors=TRUE,keep_flags=TRUE)