Skip to content

Commit 312f8f1

Browse files
committed
style: styler (GHA)
1 parent bac1ea2 commit 312f8f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-model.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ test_that("parse_data_frame warns when df contains int values with decimal compo
113113
result <- parse_data_frame(epidata_call, mock_df)
114114
expect_type(result$lag, "double")
115115

116-
116+
117117
# Replace int fields with decimal
118118
mock_df$lag <- 4.3
119-
119+
120120
# Warning when int values have a decimal component
121121
expect_warning(
122122
parse_data_frame(epidata_call, mock_df),

0 commit comments

Comments
 (0)