Skip to content

Commit

Permalink
Fix broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc authored Feb 1, 2024
1 parent 27bd825 commit e8a56d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-StanModule.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ x ~ normal(mu, sigma);
})


testthat("StanModule.merge works as expected", {
test_that("StanModule.merge works as expected", {
x <- merge(
StanModule(),
StanModule()
Expand Down

0 comments on commit e8a56d4

Please sign in to comment.