Skip to content

Commit

Permalink
Update SuppressWarningsConfigTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 4, 2019
1 parent 485f12b commit 96ef699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/SuppressWarningsConfigTests.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
using System.Xml.Linq;
using VerifyXunit;
using Xunit;
using Xunit.Abstractions;

public class SuppressWarningsConfigTests :
XunitApprovalBase
VerifyBase
{
[Fact]
public void False()
Expand Down

0 comments on commit 96ef699

Please sign in to comment.