Skip to content

Commit

Permalink
second test works
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiasiamp committed Feb 22, 2024
1 parent ccc1abf commit 84dd5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-datashield_descriptive.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_that("datashield_descriptive Errors", {
df_comparison2 <- data.frame(Server1.class = c("integer", "factor", "integer", "numeric"),
Server2.class = c("integer", "factor", "integer", "numeric"),
Server3.class = c("integer", "factor", "integer", "numeric"),
Server4.class = c("integer", "factor", "integer", "numeric"))
Server4.class = c("integer", "factor", "integer", "character"))

row.names(df_comparison2) <- c("ID", "Sex", "Age", "Weight")

Expand Down

0 comments on commit 84dd5db

Please sign in to comment.