mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
one project builds
This commit is contained in:
@@ -27,7 +27,7 @@ public class PunchCardTests
|
||||
{
|
||||
IList<int> point1 = new[] { 1, 2, 3 };
|
||||
IEnumerable<IList<int>> points = new List<IList<int>> { point1 };
|
||||
Assert.DoesNotThrow(() => new PunchCard(points));
|
||||
var punchcard = new PunchCard(points);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user