Skip to content

Commit

Permalink
Removed calling of libraries in tests because they are already in Sug…
Browse files Browse the repository at this point in the history
…gests
  • Loading branch information
jamesmbaazam committed Sep 11, 2023
1 parent 156f1a8 commit b556b38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/testthat/test_simulate_data.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
test_that("simulated data", {
library(dplyr)
library(serofoi)

seed <- 1234
size_age_class <- 5
#----- Test for constant FoI
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_visualisation.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Test for the function plot_seroprev_fitted

library(testthat)

test_that("individual models", {
set.seed(1234) # For reproducibility

Expand Down

0 comments on commit b556b38

Please sign in to comment.