Skip to content

Commit

Permalink
test bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
graemeblair committed Jul 17, 2017
1 parent 9803f83 commit 75f6df3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-population.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ test_that("use custom data with declare_population", {
declare_population(
regions = level(level_data = region_data, gdp = rnorm(N),
ID_label = regions),
bob = runif(N),
villages = level(level_data = villages_data,
by = regions, subways = rnorm(N, mean = gdp)))() %>% head

Expand Down

0 comments on commit 75f6df3

Please sign in to comment.