mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
hooks
This commit is contained in:
@@ -31,7 +31,7 @@ public class RubricMarkdownTests
|
||||
rubric.ElementAt(1).Label.Should().Be("this is the other task");
|
||||
rubric.ElementAt(1).Points.Should().Be(3);
|
||||
}
|
||||
|
||||
|
||||
[Test]
|
||||
public void TestCanParseSinglePoint()
|
||||
{
|
||||
@@ -68,4 +68,4 @@ public class RubricMarkdownTests
|
||||
rubric.First().IsExtraCredit.Should().BeTrue();
|
||||
rubric.First().Label.Should().Be("(Extra Credit) this is the task");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user