Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
keenkeystrokes committed Dec 9, 2024
1 parent a23da15 commit dec2056
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ function meta::external::dataquality::tests::assertLambdaEquals(expected:Functio
]
)
);
println($actual->printFunctionDefinition($config, ''));
assertEquals($expected->printFunctionDefinition($config, ''), $actual->printFunctionDefinition($config, ''));
}

Expand Down

0 comments on commit dec2056

Please sign in to comment.