diff --git a/resource/schema/test/schema_test01.cpp b/resource/schema/test/schema_test01.cpp index 21b98530d..6e63e84af 100644 --- a/resource/schema/test/schema_test01.cpp +++ b/resource/schema/test/schema_test01.cpp @@ -24,7 +24,7 @@ using namespace Flux::resource_model; -static int test_constuctors_and_overload () +static int test_constructors_and_overload () { bool bo = false; schedule_t *sched1, *sched2, *sched3, *sched4, *sched5 = nullptr; @@ -86,7 +86,7 @@ int main (int argc, char *argv[]) { plan (7); - test_constuctors_and_overload (); + test_constructors_and_overload (); done_testing (); diff --git a/resource/schema/test/schema_test02.cpp b/resource/schema/test/schema_test02.cpp index ac997d01f..772101964 100644 --- a/resource/schema/test/schema_test02.cpp +++ b/resource/schema/test/schema_test02.cpp @@ -24,7 +24,7 @@ using namespace Flux::resource_model; -static int test_constuctors_and_overload () +static int test_constructors_and_overload () { bool bo = false; size_t len = 5; @@ -173,7 +173,7 @@ int main (int argc, char *argv[]) { plan (12); - test_constuctors_and_overload (); + test_constructors_and_overload (); done_testing ();