You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -176,6 +177,9 @@ public void TestToString_AllPossibleTypes_Success()
176
177
newMessagePackObject(newMessagePackObjectDictionary(Enumerable.Range(1,0xFFFF).ToDictionary( i =>newMessagePackObject(i), i =>newMessagePackObject(i)))),
177
178
newMessagePackObject(newMessagePackObjectDictionary(Enumerable.Range(1,0x10000).ToDictionary( i =>newMessagePackObject(i), i =>newMessagePackObject(i))))
0 commit comments