Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Sep 27, 2024
1 parent 4fa476c commit e87a3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-interface.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test_that("can print information about dust systems", {
}

expect_match(msgs(list(), n_particles = 1),
"single particle with 5 state\\b",
"single particle with 5 states\\b",
all = FALSE)
expect_match(msgs(list(), n_particles = 1,
preserve_particle_dimension = TRUE),
Expand Down Expand Up @@ -185,7 +185,7 @@ test_that("format dimensions as a string", {
n_particles = 1,
n_groups = 1,
n_state = 10)),
"single particle with 10 state")
"single particle with 10 states")
expect_equal(
format_dimensions(list(preserve_particle_dimension = FALSE,
preserve_group_dimension = FALSE,
Expand Down

0 comments on commit e87a3c5

Please sign in to comment.