Skip to content

Commit 552b654

Browse files
committed
Fix unit test result issue
1 parent e10b925 commit 552b654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Test/Plugins/CalculatorTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public CalculatorPluginTest()
6464
// Constants
6565
[TestCase(@"pi", "3.1415926536")]
6666
// Complex expressions
67-
[TestCase(@"(2+3)*sqrt(16)-log(100)/ln(e)", "19")]
67+
[TestCase(@"(2+3)*sqrt(16)-log(100)/ln(e)", "18")]
6868
[TestCase(@"sin(pi/2)+cos(0)+tan(0)", "2")]
6969
// Error handling (should return empty result)
7070
[TestCase(@"10/0", "")]

0 commit comments

Comments
 (0)