This commit is contained in:
neuecc
2020-05-08 15:16:43 +09:00
parent ed0990e402
commit c16433e0fe
2 changed files with 58 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ namespace UniTask.NetCoreTests.Linq
xs.Length.Should().Be(1);
xs[0].Should().Be(value);
}
}