Skip to content

Commit bfa52b7

Browse files
committed
test: 增加单元测试
1 parent ad3ce2e commit bfa52b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/UnitTest/Attributes/AutoGenerateClassTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ public void AutoGenerateColumn_Ok()
138138

139139
attrInterface.IgnoreWhenExport = null;
140140
Assert.Null(attrInterface.IgnoreWhenExport);
141-
Assert.False(attr.IgnoreWhenExport);
142141

143142
attrInterface.Width = -10;
144143
Assert.Equal(-10, attr.Width);

0 commit comments

Comments
 (0)