added semicolons to test spec
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user