Skip to content

Commit 137ebf0

Browse files
authored
chore: test snapshots (#2165)
2 parents 049e9a3 + cefe6c7 commit 137ebf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/csharp-generate-newtonsoft-serializer/__snapshots__/index.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public partial class Root
1919
get { return name; }
2020
set { this.name = value; }
2121
}
22+
2223
public string Serialize()
2324
{
2425
return JsonConvert.SerializeObject(this);
@@ -39,7 +40,6 @@ public class RootConverter : JsonConverter<Root>
3940
if(jo[\\"email\\"] is null){
4041
throw new JsonSerializationException(\\"Required property 'email' is missing\\");
4142
}
42-
4343
value.Email = jo[\\"email\\"].ToObject<string>(serializer);
4444
4545
if(jo[\\"name\\"] != null) {

0 commit comments

Comments
 (0)