Skip to content

Commit 63b95a1

Browse files
committed
specify the expected string
1 parent b5631f4 commit 63b95a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests81/Unit/CrudPanel/CrudPanelFieldsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ public function testCheckReturnTypesForWhenInferingRelation()
1717
$this->crudPanel->addField('isARelation');
1818

1919
$this->assertEquals(false, $this->crudPanel->fields()['isAnAttribute']['entity']);
20-
$this->assertEquals(true, $this->crudPanel->fields()['isARelation']['entity']);
20+
$this->assertEquals('isARelation', $this->crudPanel->fields()['isARelation']['entity']);
2121
}
2222
}

0 commit comments

Comments
 (0)