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 = { var error2 = {
title: "Second Mock Error Notification", title: "Second Mock Error Notification",
severity: MessageSeverity.ERROR severity: MessageSeverity.ERROR
} };
var error3 = { var error3 = {
title: "Third Mock Error Notification", title: "Third Mock Error Notification",
severity: MessageSeverity.ERROR severity: MessageSeverity.ERROR
} };
//First pre-load with a success message //First pre-load with a success message
notificationService.notify(errorModel); notificationService.notify(errorModel);
//Then notify of a third error //Then notify of a third error