Skip to content

Commit 05f33fd

Browse files
committed
[Kinisis] Update tests to ignore line ending differences
1 parent c640dda commit 05f33fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Amazon.Kinisis.Tests/Requests/PutRecordRequestTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ public void CanSerialize()
1515
"Data": "aGVsbG8="
1616
}
1717
}
18-
""", putRecord.ToIndentedJsonString());
18+
""", putRecord.ToIndentedJsonString(), ignoreLineEndingDifferences: true);
1919
}
2020
}

0 commit comments

Comments
 (0)