Skip to content

Commit

Permalink
fix typo in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashampson committed Mar 6, 2024
1 parent cd7d75f commit e4105f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/API/test/CompositeFunctionTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ class CompositeFunctionTest : public CxxTest::TestSuite {
TS_ASSERT_EQUALS(mfun->getAttribute("NumDeriv").asBool(), true);
}

void test_set_attribute_thorws_if_attribute_not_recongized() {
void test_set_attribute_throws_if_attribute_not_recongized() {
auto mfun = std::make_unique<CompositeFunction>();
auto gauss = std::make_shared<Gauss<true>>();
auto background = std::make_shared<Linear<true>>();
Expand Down

0 comments on commit e4105f2

Please sign in to comment.