added semicolons to test spec

This commit is contained in:
Henry 2015-10-08 11:13:32 -07:00
parent 5ff90f7254
commit af1fa6e77a

View File

@ -172,11 +172,11 @@ define(
var error2 = {
title: "Second Mock Error Notification",
severity: MessageSeverity.ERROR
}
};
var error3 = {
title: "Third Mock Error Notification",
severity: MessageSeverity.ERROR
}
};
//First pre-load with a success message
notificationService.notify(errorModel);
//Then notify of a third error