Skip to content

Instantly share code, notes, and snippets.

@mkorman
Last active March 11, 2016 15:00
Show Gist options
  • Select an option

  • Save mkorman/18218769249fd56174be to your computer and use it in GitHub Desktop.

Select an option

Save mkorman/18218769249fd56174be to your computer and use it in GitHub Desktop.
@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