diff --git a/unit_tests/point.cpp b/unit_tests/point.cpp
index 5451116b221177aeba2875240d133cab420c4dfc..a0cebc68551666a3df204bd27cb751d4d0fbc0b7 100644
--- a/unit_tests/point.cpp
+++ b/unit_tests/point.cpp
@@ -548,7 +548,7 @@ void DefyPromotion()
 			std::puts("what a world we live in~");
 	}
 	else
-		std::puts("Type not puny enough, to test promotion defiance!");
+		std::puts("Type not puny enough to test promotion defiance!");
 };
 
 constexpr bool Constexprness() // TODO: needs better coverage