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 c7751d6 commit 87f7ebbCopy full SHA for 87f7ebb
test/WorkflowCore.TestAssets/Utils.cs
@@ -12,6 +12,7 @@ public static class Utils
12
13
public static bool CompareObjects(object objectA, object objectB)
14
{
15
+ //TODO: Change to use FluentAssertions
16
string strA = JsonConvert.SerializeObject(objectA, SerializerSettings);
17
string strB = JsonConvert.SerializeObject(objectB, SerializerSettings);
18
0 commit comments