We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa52b7 commit efaa376Copy full SHA for efaa376
test/UnitTest/Attributes/AutoGenerateClassTest.cs
@@ -137,7 +137,7 @@ public void AutoGenerateColumn_Ok()
137
Assert.Equal(0, attr.Width);
138
139
attrInterface.IgnoreWhenExport = null;
140
- Assert.Null(attrInterface.IgnoreWhenExport);
+ Assert.False(attrInterface.IgnoreWhenExport);
141
142
attrInterface.Width = -10;
143
Assert.Equal(-10, attr.Width);
0 commit comments