Skip to content

Commit b55a6c4

Browse files
committed
Append newline to testdata files
1 parent 9fe62d8 commit b55a6c4

12 files changed

+12
-12
lines changed

contact/testdata/contactListObject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
"updatedDatetime": null
5858
}
5959
]
60-
}
60+
}

contact/testdata/contactObject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
},
2121
"createdDatetime": "2018-07-13T10:34:08+00:00",
2222
"updatedDatetime": "2018-07-13T10:44:08+00:00"
23-
}
23+
}

contact/testdata/contactObjectWithCustomDetails.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
},
2121
"createdDatetime": "2018-07-13T10:34:08+00:00",
2222
"updatedDatetime": "2018-07-13T10:44:08+00:00"
23-
}
23+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"msisdn":"31612345678","firstName":"Foo","lastName":"Bar","custom1":"First","custom2":"Second"}
1+
{"msisdn":"31612345678","firstName":"Foo","lastName":"Bar","custom1":"First","custom2":"Second"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"custom1":"Foo","custom4":"Bar"}
1+
{"custom1":"Foo","custom4":"Bar"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"msisdn":"31687654321"}
1+
{"msisdn":"31687654321"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"firstName":"Message","lastName":"Bird"}
1+
{"firstName":"Message","lastName":"Bird"}

group/testdata/groupContactListObject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080
"updatedDatetime": null
8181
}
8282
]
83-
}
83+
}

group/testdata/groupListObject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"updatedDatetime": "2018-07-25T14:03:09+00:00"
3434
}
3535
]
36-
}
36+
}

group/testdata/groupObject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
},
99
"createdDatetime": "2018-07-25T12:16:10+00:00",
1010
"updatedDatetime": "2018-07-25T12:16:23+00:00"
11-
}
11+
}

0 commit comments

Comments
 (0)