mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
renamed method
This commit is contained in:
@@ -145,7 +145,7 @@ TEST_F(UnitTestMatrix, Clear)
|
||||
|
||||
TEST_F(UnitTestMatrix, ToString)
|
||||
{
|
||||
const std::string str = m2.ToSrtring();
|
||||
const std::string str = m2.ToString();
|
||||
EXPECT_FALSE(str.empty());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user