Skip to content

Commit

Permalink
correction of test message
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyi committed Sep 30, 2024
1 parent 1a870ce commit d3feb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tinytest/test_restatapi.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d3feb06

Please sign in to comment.