Skip to content

Instantly share code, notes, and snippets.

@renzo01
Created August 18, 2021 04:54
Show Gist options
  • Save renzo01/29937ecdbb962f53e6c3ac56ac138acf to your computer and use it in GitHub Desktop.
Save renzo01/29937ecdbb962f53e6c3ac56ac138acf to your computer and use it in GitHub Desktop.
is just a test
static void accountTest(){
List<Account> accountList = [Select Id,Name,Phone,Fax,Industry,Rating,Description From Account Limit 15];
System.assertEquals(15, accountList.size());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment