You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* checking tests ...
Running 'testthat.R'
ERROR
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(dbi.table)
Loading required package: data.table
>
> test_check("dbi.table")
[ FAIL 2 | WARN 332 | SKIP 0 | PASS 264 ]
== Failed tests ================================================================
-- Failure ('test-dbi.table.R:77:5'): j syntax consistent with data.table ------
reference.test(Track[, 1:MediaTypeId], verbose = FALSE) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure ('test-dbi.table.R:77:5'): j syntax consistent with data.table ------
reference.test(Track[, 1:MediaTypeId], verbose = FALSE) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 2 | WARN 332 | SKIP 0 | PASS 264 ]
Error: Test failures
Execution halted
* checking for unstated dependencies in vignettes ... OK
revdep check machine
says #6487 broke
dbi.table
tests:@MichaelChirico @jangorecki you commented on that PR so can you please investigate?
The text was updated successfully, but these errors were encountered: