Skip to content

Commit

Permalink
Style code (GHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan committed Sep 26, 2024
1 parent 5e912d5 commit ec9525d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-get_resource_sql.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ test_that("gets expected data for a joined SQL query", {

expect_s3_class(data, "tbl")
expect_gt(min(as.integer(data$Year)), 2006L)
expect_named(data,c("Year", "HB", "HBName", "AllAges")
)
expect_named(data, c("Year", "HB", "HBName", "AllAges"))
})

test_that("SQL errors", {
Expand Down

0 comments on commit ec9525d

Please sign in to comment.