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

Commit b7d738c

Browse files
committed
remove adhoc test
1 parent 7fe6bd2 commit b7d738c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/ServiceStack.Text.Tests/EnumTests.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -263,18 +263,6 @@ public void Does_serialize_EnumMember_enum()
263263
Assert.That(((Day?)Day.Sunday).ToJsv(), Is.EqualTo("SUN"));
264264
Assert.That(((Day?)Day.Sunday).ToCsv(), Is.EqualTo("SUN"));
265265
}
266-
267-
class Test
268-
{
269-
public double Double { get; set; }
270-
}
271-
272-
[Test]
273-
public void METHOD()
274-
{
275-
new Test { Double = 204753574.10189867 }.ToJson().Print();
276-
}
277-
278266
}
279267
}
280268

0 commit comments

Comments
 (0)