Skip to content

Commit

Permalink
fix new test
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed May 29, 2024
1 parent aa55328 commit 2d1c7b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/unit/services/util/fail_init_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ TEST_F(ServicesUtilInitialize, model_throws__full_init) {
std::cout << m << std::endl;
}
*/
EXPECT_EQ(303, logger.call_count());
EXPECT_EQ(300, logger.call_count_warn());
EXPECT_EQ(100, logger.find_warn("throwing within log_prob"));
EXPECT_EQ(6, logger.call_count());
EXPECT_EQ(3, logger.call_count_warn());
EXPECT_EQ(0, logger.find_warn("throwing within log_prob"));
}

0 comments on commit 2d1c7b1

Please sign in to comment.