Skip to content

Commit

Permalink
housekeeping: Remove pragma (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Nov 1, 2021
1 parent 0916743 commit 31819d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Splat.Tests/API/ApiApprovalTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System.Threading.Tasks;
using VerifyXunit;
using Xunit;
#pragma warning disable SA1615 // Element return value should be documented

namespace Splat.Tests
{
Expand All @@ -23,6 +22,7 @@ public class ApiApprovalTests
/// <summary>
/// Tests to make sure the splat project is approved.
/// </summary>
/// <returns>A task to monitor the usage.<returns>
[Fact]
public Task SplatProject() => typeof(AssemblyFinder).Assembly.CheckApproval();
}
Expand Down

0 comments on commit 31819d2

Please sign in to comment.