Skip to content

Commit

Permalink
correct test of plot_alluvial on CI to use correct argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-hag committed Feb 6, 2024
1 parent 7e57480 commit 06ed745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_lcc_helper_plot_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ test_that("plot_alluvial generates a plot in the CI", {
expect_s3_class(plot_alluvial(
model = clustering,
data = test_data,
variable_names = "cat_1",
variable_name = "cat_1",
time_variable = "visit"
),
c("gg", "ggplot"))
Expand Down

0 comments on commit 06ed745

Please sign in to comment.