@@ -16,6 +16,7 @@ describe('findCommentPredicate tests', () => {
1616 } ,
1717 {
1818 id : 1 ,
19+ node_id : 'tornado' ,
1920 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
2021 user : { login : 'dorothy' } ,
2122 created_at : '2020-01-01T00:00:00Z'
@@ -37,6 +38,7 @@ describe('findCommentPredicate tests', () => {
3738 } ,
3839 {
3940 id : 1 ,
41+ node_id : 'tornado' ,
4042 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
4143 user : { login : 'dorothy' } ,
4244 created_at : '2020-01-01T00:00:00Z'
@@ -60,6 +62,7 @@ describe('findCommentPredicate tests', () => {
6062 } ,
6163 {
6264 id : 1 ,
65+ node_id : 'tornado' ,
6366 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
6467 user : { login : 'dorothy' } ,
6568 created_at : '2020-01-01T00:00:00Z'
@@ -81,6 +84,7 @@ describe('findCommentPredicate tests', () => {
8184 } ,
8285 {
8386 id : 1 ,
87+ node_id : 'tornado' ,
8488 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
8589 user : { login : 'dorothy' } ,
8690 created_at : '2020-01-01T00:00:00Z'
@@ -104,6 +108,7 @@ describe('findCommentPredicate tests', () => {
104108 } ,
105109 {
106110 id : 1 ,
111+ node_id : 'tornado' ,
107112 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
108113 user : { login : 'dorothy' } ,
109114 created_at : '2020-01-01T00:00:00Z'
@@ -125,6 +130,7 @@ describe('findCommentPredicate tests', () => {
125130 } ,
126131 {
127132 id : 1 ,
133+ node_id : 'tornado' ,
128134 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
129135 user : { login : 'dorothy' } ,
130136 created_at : '2020-01-01T00:00:00Z'
@@ -148,6 +154,7 @@ describe('findCommentPredicate tests', () => {
148154 } ,
149155 {
150156 id : 1 ,
157+ node_id : 'tornado' ,
151158 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
152159 user : { login : 'dorothy' } ,
153160 created_at : '2020-01-01T00:00:00Z'
@@ -169,6 +176,7 @@ describe('findCommentPredicate tests', () => {
169176 } ,
170177 {
171178 id : 1 ,
179+ node_id : 'tornado' ,
172180 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
173181 user : { login : 'dorothy' } ,
174182 created_at : '2020-01-01T00:00:00Z'
@@ -190,6 +198,7 @@ describe('findCommentPredicate tests', () => {
190198 } ,
191199 {
192200 id : 1 ,
201+ node_id : 'tornado' ,
193202 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
194203 user : { login : 'dorothy' } ,
195204 created_at : '2020-01-01T00:00:00Z'
@@ -213,6 +222,7 @@ describe('findCommentPredicate tests', () => {
213222 } ,
214223 {
215224 id : 1 ,
225+ node_id : 'tornado' ,
216226 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
217227 user : { login : 'dorothy' } ,
218228 created_at : '2020-01-01T00:00:00Z'
@@ -234,6 +244,7 @@ describe('findCommentPredicate tests', () => {
234244 } ,
235245 {
236246 id : 1 ,
247+ node_id : 'tornado' ,
237248 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
238249 user : { login : 'dorothy' } ,
239250 created_at : '2020-01-01T00:00:00Z'
@@ -255,6 +266,7 @@ describe('findCommentPredicate tests', () => {
255266 } ,
256267 {
257268 id : 1 ,
269+ node_id : 'tornado' ,
258270 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
259271 user : { login : 'dorothy' } ,
260272 created_at : '2020-01-01T00:00:00Z'
@@ -276,6 +288,7 @@ describe('findCommentPredicate tests', () => {
276288 } ,
277289 {
278290 id : 1 ,
291+ node_id : 'tornado' ,
279292 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
280293 user : { login : 'dorothy' } ,
281294 created_at : '2020-01-01T00:00:00Z'
@@ -299,6 +312,7 @@ describe('findCommentPredicate tests', () => {
299312 } ,
300313 {
301314 id : 1 ,
315+ node_id : 'tornado' ,
302316 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
303317 user : { login : 'dorothy' } ,
304318 created_at : '2020-01-01T00:00:00Z'
@@ -313,30 +327,35 @@ describe('findMatchingComment tests', () => {
313327 const testComments = [
314328 {
315329 id : 1 ,
330+ node_id : 'tornado' ,
316331 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
317332 user : { login : 'dorothy' } ,
318333 created_at : '2020-01-01T00:00:00Z'
319334 } ,
320335 {
321336 id : 2 ,
337+ node_id : 'poppies' ,
322338 body : `You've always had the power, my dear. You just had to learn it for yourself.` ,
323339 user : { login : 'glinda' } ,
324340 created_at : '2020-01-01T00:00:00Z'
325341 } ,
326342 {
327343 id : 3 ,
344+ node_id : 'rubyslippers' ,
328345 body : `I'll get you, my pretty, and your little dog too!` ,
329346 user : { login : 'wicked-witch' } ,
330347 created_at : '2020-01-01T00:00:00Z'
331348 } ,
332349 {
333350 id : 4 ,
351+ node_id : 'auntieem' ,
334352 body : `Toto, I've a feeling we're not in Kansas anymore.` ,
335353 user : { login : 'dorothy' } ,
336354 created_at : '2020-01-01T00:00:00Z'
337355 } ,
338356 {
339357 id : 5 ,
358+ node_id : 'verybadwizard' ,
340359 body : `I'll get you, my pretty, and your little dog too!` ,
341360 user : { login : 'wicked-witch' } ,
342361 created_at : '2020-01-01T00:00:00Z'
0 commit comments