Fix exception message

This commit is contained in:
Christopher Willis-Ford 2017-07-16 00:14:03 -07:00
parent 0fcc248ac1
commit 84ac66d6e5

View file

@ -8,7 +8,7 @@ class DispatchTestService {
}
throwException () {
throw new Error('This is a test exception thrown by LocalDispatchTest');
throw new Error('This is a test exception thrown by DispatchTest');
}
close () {