Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 53c5293

Browse files
committed
Missed commit of additional state test.
1 parent 36ed686 commit 53c5293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ServiceStack.Text.Tests/JsonObjectTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public void Can_consistently_serialize_stream()
113113
var result4 = SerializeToStream2(item);
114114

115115
Assert.That(result1, Is.EqualTo(result2));
116+
Assert.That(result3, Is.EqualTo(result4));
116117
}
117118

118119
// Serialize using TypeSerializer.SerializeToStream<T>(T, Stream)

0 commit comments

Comments
 (0)