Skip to content

Commit 59868d3

Browse files
committed
Fix typo in unit test.
1 parent 1df3143 commit 59868d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_connection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ void TestSteamNetworkingIdentity()
615615
const char *pszTempGenStr = "Locke Lamora";
616616
assert( id1.SetGenericString( pszTempGenStr ) );
617617
id1.ToString( tempBuf, sizeof(tempBuf ) );
618-
assert( strcmp( tempBuf, "str:Lock Lamora" ) == 0 );
618+
assert( strcmp( tempBuf, "str:Locke Lamora" ) == 0 );
619619
assert( id2.ParseString( tempBuf ) );
620620
assert( strcmp( id2.GetGenericString(), pszTempGenStr ) == 0 );
621621
}

0 commit comments

Comments
 (0)