Skip to content

Commit

Permalink
Fix typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerssam committed May 23, 2024
1 parent e57a5a1 commit 91f2743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-sbs_pps_estimate.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test_that("An SBS PPS estimator works for PPS only.", {

test_that("An SBS PPS estimator works for SBS only.", {
load(test_path("data", "sbs_pps_input.RData"))
load(test_path("data", "expected_pps_estimate.RData"))
load(test_path("data", "expected_sbs_estimate.RData"))

set.seed(112)
sample_sizes <- c(20, 0)
Expand Down

0 comments on commit 91f2743

Please sign in to comment.