Skip to content

Commit 87f7ebb

Browse files
committed
.
1 parent c7751d6 commit 87f7ebb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/WorkflowCore.TestAssets/Utils.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public static class Utils
1212

1313
public static bool CompareObjects(object objectA, object objectB)
1414
{
15+
//TODO: Change to use FluentAssertions
1516
string strA = JsonConvert.SerializeObject(objectA, SerializerSettings);
1617
string strB = JsonConvert.SerializeObject(objectB, SerializerSettings);
1718

0 commit comments

Comments
 (0)