mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Fixed regression in DataListTest
This commit is contained in:
parent
c3eabffcb9
commit
23a3872e34
@ -169,7 +169,7 @@ class DataListTest extends SapphireTest {
|
||||
* Test DataList->removeByID()
|
||||
*/
|
||||
function testRemoveByID() {
|
||||
$list = DataObjectTest_TeamComment::get();
|
||||
$list = DataObjectTest_Team::get();
|
||||
$id = $this->idFromFixture('DataObjectTest_Team','team2');
|
||||
|
||||
$this->assertNotNull($list->byID($id));
|
||||
|
Loading…
Reference in New Issue
Block a user