We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df3143 commit 59868d3Copy full SHA for 59868d3
tests/test_connection.cpp
@@ -615,7 +615,7 @@ void TestSteamNetworkingIdentity()
615
const char *pszTempGenStr = "Locke Lamora";
616
assert( id1.SetGenericString( pszTempGenStr ) );
617
id1.ToString( tempBuf, sizeof(tempBuf ) );
618
- assert( strcmp( tempBuf, "str:Lock Lamora" ) == 0 );
+ assert( strcmp( tempBuf, "str:Locke Lamora" ) == 0 );
619
assert( id2.ParseString( tempBuf ) );
620
assert( strcmp( id2.GetGenericString(), pszTempGenStr ) == 0 );
621
}
0 commit comments