Skip to content

Commit ee6be9a

Browse files
committed
Update test
1 parent 163ed76 commit ee6be9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Packages/com.unity.ide.visualstudio.tests/Tests/Editor/CSProjectTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public void DefaultSyncSettings_WhenSynced_CreatesProjectFileFromDefaultTemplate
150150
$" <DefineConstants></DefineConstants>",
151151
" <ErrorReport>prompt</ErrorReport>",
152152
" <WarningLevel>4</WarningLevel>",
153-
" <NoWarn>0169</NoWarn>",
153+
" <NoWarn>0169;USG0001</NoWarn>",
154154
" <AllowUnsafeBlocks>False</AllowUnsafeBlocks>",
155155
" </PropertyGroup>",
156156
" <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">",
@@ -159,7 +159,7 @@ public void DefaultSyncSettings_WhenSynced_CreatesProjectFileFromDefaultTemplate
159159
" <OutputPath>Temp\\bin\\Release\\</OutputPath>",
160160
" <ErrorReport>prompt</ErrorReport>",
161161
" <WarningLevel>4</WarningLevel>",
162-
" <NoWarn>0169</NoWarn>",
162+
" <NoWarn>0169;USG0001</NoWarn>",
163163
" <AllowUnsafeBlocks>False</AllowUnsafeBlocks>",
164164
" </PropertyGroup>",
165165
" <PropertyGroup>",

0 commit comments

Comments
 (0)