diff --git a/vignettes/DBItest.Rmd b/vignettes/DBItest.Rmd index e257f7af1..a6fdeab65 100644 --- a/vignettes/DBItest.Rmd +++ b/vignettes/DBItest.Rmd @@ -110,7 +110,7 @@ The example below shows how to run tests with the RSQLite backend. First, we need to define a test context. It contains: -- a connector that describes how to establish the database connection, see ``?DBI::`DBIConnection-class` `` for details, +- a connector that describes how to establish the database connection, see ``?DBI::`DBIConnector-class` `` for details, - tweaks, see `?tweaks`, - tests skipped by default, as a character vector.