-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix syntax errors preventing compilation
probably the result of a bad merge
- Loading branch information
Tom Gagne
committed
Sep 5, 2024
1 parent
401970d
commit 0da49a8
Showing
2 changed files
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,6 @@ | |
public with sharing class fbc_FormulaEvaluatorTest { | ||
@IsTest | ||
static void parseFormulaTest() { | ||
|
||
static void parseFormulaTest() { | ||
|
||
Profile pfile = [select id from profile where Name='System Administrator' limit 1]; | ||
User usr = new User( alias='utest', email='[email protected]', emailencodingkey='UTF-8',FirstName = 'beta',lastname='Tester', | ||
|