[Events] Tweaked tests
Changed some test names to be more descriptive. Moved the policy test to another folder. Blanket coverage now works. #18.
This commit is contained in:
@@ -86,7 +86,7 @@ define(
|
||||
});
|
||||
});
|
||||
|
||||
it("returns rows in reverse domain order", function () {
|
||||
it("returns rows in most-recent-last order", function () {
|
||||
var rows = populator.getRows(mockDatas, mockDomainObjects, 84),
|
||||
previous = Number.NEGATIVE_INFINITY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user