diff options
| -rw-r--r-- | test/core/ManagedTest.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/ManagedTest.cpp b/test/core/ManagedTest.cpp index a4011f1..ab60f04 100644 --- a/test/core/ManagedTest.cpp +++ b/test/core/ManagedTest.cpp @@ -30,7 +30,7 @@ namespace ousia {  /* Class ObjectDescriptor */ -TEST(ObjectDescriptor, Degree) +TEST(ObjectDescriptor, degree)  {  	// Do not use actual Managed in this test -- we don't want to test their  	// behaviour  | 
