Skip to content

Commit

Permalink
Update EscalationCaseUtils_Test.cls
Browse files Browse the repository at this point in the history
  • Loading branch information
preeti-preeti authored Mar 2, 2018
1 parent 2171667 commit f6eb2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/EscalationCaseUtils_Test.cls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Test for the escalation case utilitites
*
* @author Patrick Connelly (patrick@deadlypenguin.com)
* @author Patrick Connelly (patrick@deadlypenguin.com)
*/

@IsTest
Expand Down Expand Up @@ -203,4 +203,4 @@ private class EscalationCaseUtils_Test {

System.assert(expectedResults.isEmpty(), 'Did not get back all the Ids we expected');
}
}
}

0 comments on commit f6eb2ad

Please sign in to comment.