Skip to content

Commit 6de3555

Browse files
committed
Refactor out creepy test data
1 parent f7d2363 commit 6de3555

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/GraphNode/GraphNodeFactoryTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,22 +269,22 @@ public function testAGraphEdgeWillBeCastRecursively()
269269
[
270270
'id' => '1',
271271
'name' => 'Sammy Kaye Powers',
272-
'is_sexy' => true,
272+
'is_friendly' => true,
273273
],
274274
[
275275
'id' => '2',
276276
'name' => 'Yassine Guedidi',
277-
'is_sexy' => true,
277+
'is_friendly' => true,
278278
],
279279
[
280280
'id' => '3',
281281
'name' => 'Fosco Marotto',
282-
'is_sexy' => true,
282+
'is_friendly' => true,
283283
],
284284
[
285285
'id' => '4',
286-
'name' => 'Foo McUgly',
287-
'is_sexy' => false,
286+
'name' => 'Foo McUnfriendly',
287+
'is_friendly' => false,
288288
],
289289
],
290290
'paging' => [

0 commit comments

Comments
 (0)