-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
下記は成功してほしいが:
new Dictionary<int, string> {
{ 1, "a" },
{ 2, "b" },
}.AssertIs(new Dictionary<int, string> {
{ 2, "b" },
{ 1, "a" },
});実際はこうなる:
Test method Inasync.Tests.IssueTests.Issue28_Test threw exception:
Inasync.PrimitiveAssertFailedException: : actual と expected は数値型として等しくありません。
{
path: actual/[0]:KeyValuePair<Int32, String>/Key:Int32
target: typeof(Int32)
actual: 1
expected: 2
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working