Skip to content

Commit

Permalink
Merge c159a4d into a21215f
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-E-angelo authored Nov 21, 2020
2 parents a21215f + c159a4d commit ae953bb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/ExtendedXmlSerializer.Tests.ReportedIssues/Issue479Tests.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
using FluentAssertions;
using Xunit;

namespace ExtendedXmlSerializer.Tests.ReportedIssues
{
public sealed class Issue479Tests
{
[Fact]
public void Verify()
{
true.Should().BeTrue();
}
}
}

0 comments on commit ae953bb

Please sign in to comment.