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

Commit 7b0b71f

Browse files
committed
fix CSV test
1 parent 4fc5a15 commit 7b0b71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ServiceStack.Text.Tests/JsonTests/CustomRawSerializerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public void Can_serialize_custom_DateTime()
216216

217217
var csv = dto.ToCsv();
218218

219-
Assert.That(csv, Is.EqualTo("DateTime\r\n\"01/01/2001 01:01:01\"\r\n"));
219+
Assert.That(csv, Is.EqualTo("DateTime\r\n01/01/2001 01:01:01\r\n"));
220220
}
221221
}
222222

0 commit comments

Comments
 (0)