Last active
March 11, 2016 15:00
-
-
Save mkorman/18218769249fd56174be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @isTest | |
| public class TestCreateInitialCallTaskTrigger | |
| { | |
| @isTest | |
| public static void TestInitialCallTaskIsCreated () | |
| { | |
| Lead l = new Lead (LastName = 'Test', Company = 'Acme'); | |
| insert l; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment