Skip to content

Commit efaa376

Browse files
committed
test: 更新单元测试
1 parent bfa52b7 commit efaa376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTest/Attributes/AutoGenerateClassTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public void AutoGenerateColumn_Ok()
137137
Assert.Equal(0, attr.Width);
138138

139139
attrInterface.IgnoreWhenExport = null;
140-
Assert.Null(attrInterface.IgnoreWhenExport);
140+
Assert.False(attrInterface.IgnoreWhenExport);
141141

142142
attrInterface.Width = -10;
143143
Assert.Equal(-10, attr.Width);

0 commit comments

Comments
 (0)