Skip to content

Commit

Permalink
Update SerializableExceptionsTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 24, 2023
1 parent e996a45 commit 9f38778
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/ApprovalTests.Tests/Core/SerializableExceptionsTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using ApprovalTests.Core.Exceptions;
using ApprovalTests.TheoryTests;
#if NET48

using ApprovalTests.Core.Exceptions;
using ApprovalTests.TheoryTests;
[TestFixture]
public class SerializableExceptionsTest
{
Expand All @@ -16,4 +17,5 @@ public void TestSerializable()

static void Verify(object o) =>
SerializableTheory.Verify(o, Assert.AreEqual);
}
}
#endif

0 comments on commit 9f38778

Please sign in to comment.