Skip to content

Commit 073ac5b

Browse files
committed
linting
1 parent a716b27 commit 073ac5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-epidatacall.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ test_that("create_epidata_call basic behavior", {
174174
meta = meta,
175175
only_supports_classic = FALSE
176176
)
177-
class(expected) = "epidata_call"
177+
class(expected) <- "epidata_call"
178178

179179
expect_identical(create_epidata_call(endpoint, params, meta = meta), expected)
180180

0 commit comments

Comments
 (0)