Skip to content

Commit ce58894

Browse files
committed
Fix integration test suppression
1 parent bac9eed commit ce58894

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RestSharp.IntegrationTests/RestSharp.IntegrationTests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4141
<DocumentationFile>
4242
</DocumentationFile>
43-
<NoWarn>CS1591</NoWarn>
43+
<NoWarn>
44+
</NoWarn>
4445
</PropertyGroup>
4546
<ItemGroup>
4647
<Reference Include="System" />

0 commit comments

Comments
 (0)