Skip to content

Commit 4a1c99f

Browse files
committed
Refactor out creepy test data
1 parent 6d1eb5a commit 4a1c99f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/GraphNodes/GraphNodeFactoryTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,22 +258,22 @@ public function testAGraphEdgeWillBeCastRecursively()
258258
[
259259
'id' => '1',
260260
'name' => 'Sammy Kaye Powers',
261-
'is_sexy' => true,
261+
'is_friendly' => true,
262262
],
263263
[
264264
'id' => '2',
265265
'name' => 'Yassine Guedidi',
266-
'is_sexy' => true,
266+
'is_friendly' => true,
267267
],
268268
[
269269
'id' => '3',
270270
'name' => 'Fosco Marotto',
271-
'is_sexy' => true,
271+
'is_friendly' => true,
272272
],
273273
[
274274
'id' => '4',
275-
'name' => 'Foo McUgly',
276-
'is_sexy' => false,
275+
'name' => 'Foo McUnfriendly',
276+
'is_friendly' => false,
277277
],
278278
],
279279
'paging' => [

0 commit comments

Comments
 (0)