File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ SPDX-License-Identifier: MIT
28
28
<Deterministic >true</Deterministic >
29
29
<Nullable >enable</Nullable >
30
30
<WarningsAsErrors >Nullable</WarningsAsErrors >
31
- <LangVersion >13 .0</LangVersion >
31
+ <LangVersion >12 .0</LangVersion >
32
32
</PropertyGroup >
33
33
<PropertyGroup Condition =" '$(TargetFramework)' != 'netstandard2.0' " >
34
34
<IsTrimmable >true</IsTrimmable >
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public void Properties()
70
70
{
71
71
Assert . That ( device . Name , Is . Not . Null ) ;
72
72
Assert . That ( device . FriendlyName , Is . Not . Null ) ;
73
- Assert . That ( device . Description , Is . Null ) ;
73
+ Assert . That ( device . Description , Is . Empty ) ;
74
74
Assert . That ( device . LastError , Is . Null ) ;
75
75
Assert . That ( device . Filter , Is . Null ) ;
76
76
Assert . That ( device . LinkType , Is . EqualTo ( LinkLayers . Ethernet ) ) ;
You can’t perform that action at this time.
0 commit comments