Skip to content

Commit 3f147e8

Browse files
committed
fix constructor param type
1 parent 7359fb5 commit 3f147e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fflib/src/classes/fflib_ApplicationTest.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ private class fflib_ApplicationTest
380380

381381
public class AccountsDomain extends fflib_SObjectDomain
382382
{
383-
public AccountsDomain(List<Opportunity> sObjectList)
383+
public AccountsDomain(List<Account> sObjectList)
384384
{
385385
super(sObjectList);
386386
}

0 commit comments

Comments
 (0)