context("bootstrap_popgraph.R") test_that("testing", { expect_that( bootstrap_popgraph(), throws_error() ) } )