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 c640dda commit 05f33fdCopy full SHA for 05f33fd
1 file changed
src/Amazon.Kinisis.Tests/Requests/PutRecordRequestTests.cs
@@ -15,6 +15,6 @@ public void CanSerialize()
15
"Data": "aGVsbG8="
16
}
17
18
- """, putRecord.ToIndentedJsonString());
+ """, putRecord.ToIndentedJsonString(), ignoreLineEndingDifferences: true);
19
20
0 commit comments