Skip to content

Commit e8b320e

Browse files
Update tests/testthat/test_e2e_func_regression.R
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 61f7ecc commit e8b320e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_e2e_func_regression.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ test_that("E2E: Block repetition works for functional models", {
9999
set_engine("keras")
100100
fit_3 <- fit(spec_3, mpg ~ ., data = mtcars)
101101
model_3_layers <- fit_3 |>
102-
extract_keras_model() |>
102+
extract_keras_model() |>
103103
pluck("layers")
104104
# Expect 2 layers: Input, Output
105105
expect_equal(length(model_3_layers), 2)

0 commit comments

Comments
 (0)