Skip to content

Commit

Permalink
fixing model_json test
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Oct 21, 2024
1 parent ce442df commit 64dc1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-json.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ test_that("model_to_json runs", {
all_check <- all(
field_names %in% c(
"_id", "pub_id", "model_type", "model_class", "response", "covariates",
"descriptors", "parameters", "predict_fn_body"
"descriptors", "parameters", "predict_fn_body", "predict_fn_body_populated"
)
)

Expand Down

0 comments on commit 64dc1e9

Please sign in to comment.