Skip to content

Commit

Permalink
Update expected API shape for Xunit2
Browse files Browse the repository at this point in the history
  • Loading branch information
milang committed Jan 8, 2025
1 parent 8c7ff00 commit 208c05e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ namespace Akka.TestKit.Xunit2.Internals
{
public AkkaEqualException(string format = "", params object[] args) { }
protected AkkaEqualException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public override string Message { get; }
[return: System.Runtime.CompilerServices.NullableAttribute(1)]
public static Akka.TestKit.Xunit2.Internals.AkkaEqualException ForMismatchedValues(object expected, object actual, string format = null, [System.Runtime.CompilerServices.NullableAttribute(1)] params object[] args) { }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ namespace Akka.TestKit.Xunit2.Internals
{
public AkkaEqualException(string format = "", params object[] args) { }
protected AkkaEqualException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public override string Message { get; }
[return: System.Runtime.CompilerServices.NullableAttribute(1)]
public static Akka.TestKit.Xunit2.Internals.AkkaEqualException ForMismatchedValues(object expected, object actual, string format = null, [System.Runtime.CompilerServices.NullableAttribute(1)] params object[] args) { }
}
Expand Down

0 comments on commit 208c05e

Please sign in to comment.