mirror of
https://github.com/nasa/openmct.git
synced 2025-01-20 03:36:44 +00:00
added semicolons to test spec
This commit is contained in:
parent
5ff90f7254
commit
af1fa6e77a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user