mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
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