Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchenglin committed Jan 28, 2025
1 parent 8a1cbf0 commit 17a8128
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ private void TestDelegableExpressions(Features features, string expression, bool
{
var symbolTable = new DelegatableSymbolTable();
symbolTable.AddEntity(new AccountsEntity());
symbolTable.AddType(new DName("Accounts"), FormulaType.Build(AccountsTypeHelper.GetDType()));
symbolTable.AddVariable("varString", FormulaType.String);
symbolTable.AddType(new DName("Accounts"), FormulaType.Build(AccountsTypeHelper.GetDType()));

var config = new PowerFxConfig(features)
{
Expand Down

0 comments on commit 17a8128

Please sign in to comment.