@@ -524,7 +524,7 @@ describe('Intents', function () {
524
524
525
525
should . throws ( ( ) => {
526
526
service . terminate ( result )
527
- } , / I n t e n t s e r v i c e h a s b e e n t e r m i n a t e d / )
527
+ } , / I n t e n t s e r v i c e h a s a l r e a d y b e e n t e r m i n a t e d / )
528
528
} )
529
529
} )
530
530
@@ -596,7 +596,7 @@ describe('Intents', function () {
596
596
597
597
should . throws ( ( ) => {
598
598
service . cancel ( )
599
- } , / I n t e n t s e r v i c e h a s b e e n t e r m i n a t e d / )
599
+ } , / I n t e n t s e r v i c e h a s a l r e a d y b e e n t e r m i n a t e d / )
600
600
} )
601
601
602
602
it ( 'should forbbid further calls to terminate()' , async function ( ) {
@@ -622,7 +622,7 @@ describe('Intents', function () {
622
622
623
623
should . throws ( ( ) => {
624
624
service . terminate ( result )
625
- } , / I n t e n t s e r v i c e h a s b e e n t e r m i n a t e d / )
625
+ } , / I n t e n t s e r v i c e h a s a l r e a d y b e e n t e r m i n a t e d / )
626
626
} )
627
627
} )
628
628
@@ -680,7 +680,7 @@ describe('Intents', function () {
680
680
681
681
should . throws ( ( ) => {
682
682
service . cancel ( )
683
- } , / I n t e n t s e r v i c e h a s b e e n t e r m i n a t e d / )
683
+ } , / I n t e n t s e r v i c e h a s a l r e a d y b e e n t e r m i n a t e d / )
684
684
} )
685
685
686
686
it ( 'should forbbid further calls to terminate()' , async function ( ) {
@@ -706,7 +706,7 @@ describe('Intents', function () {
706
706
707
707
should . throws ( ( ) => {
708
708
service . terminate ( result )
709
- } , / I n t e n t s e r v i c e h a s b e e n t e r m i n a t e d / )
709
+ } , / I n t e n t s e r v i c e h a s a l r e a d y b e e n t e r m i n a t e d / )
710
710
} )
711
711
} )
712
712
} )
0 commit comments