Skip to content

Commit 797ee3a

Browse files
author
linzhijun
committed
fix
1 parent 8fdee3a commit 797ee3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ToolGood.TdxFormulaTest/FormulaTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ public void NOT_Test()
663663
var TEST = NOT(C > 4);
664664

665665
for (int i = 20; i < TEST.Length; i++) {
666-
Assert.AreEqual(TEST[i], data[i].Value, 0.001);
666+
Assert.AreEqual(TEST[i]?1:0, data[i].Value, 0.001);
667667
}
668668
}
669669
[Test]

0 commit comments

Comments
 (0)