Skip to content

Commit 208c05e

Browse files
committed
Update expected API shape for Xunit2
1 parent 8c7ff00 commit 208c05e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/core/Akka.API.Tests/verify/CoreAPISpec.ApproveTestKitXunit2.DotNet.verified.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ namespace Akka.TestKit.Xunit2.Internals
3838
{
3939
public AkkaEqualException(string format = "", params object[] args) { }
4040
protected AkkaEqualException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
41-
public override string Message { get; }
4241
[return: System.Runtime.CompilerServices.NullableAttribute(1)]
4342
public static Akka.TestKit.Xunit2.Internals.AkkaEqualException ForMismatchedValues(object expected, object actual, string format = null, [System.Runtime.CompilerServices.NullableAttribute(1)] params object[] args) { }
4443
}

src/core/Akka.API.Tests/verify/CoreAPISpec.ApproveTestKitXunit2.Net.verified.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ namespace Akka.TestKit.Xunit2.Internals
3838
{
3939
public AkkaEqualException(string format = "", params object[] args) { }
4040
protected AkkaEqualException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
41-
public override string Message { get; }
4241
[return: System.Runtime.CompilerServices.NullableAttribute(1)]
4342
public static Akka.TestKit.Xunit2.Internals.AkkaEqualException ForMismatchedValues(object expected, object actual, string format = null, [System.Runtime.CompilerServices.NullableAttribute(1)] params object[] args) { }
4443
}

0 commit comments

Comments
 (0)