@@ -34,7 +34,7 @@ describe('EventExclusionPlugin', () => {
3434 it ( '[Trace] Test (source min level: false)' , ( ) => { expect ( run ( 'Test' , 'Trace' , '@@log:Test' , 'false' ) ) . to . be . true ; } ) ;
3535 it ( '[Trace] Test (source min level: no)' , ( ) => { expect ( run ( 'Test' , 'Trace' , '@@log:Test' , 'no' ) ) . to . be . true ; } ) ;
3636 it ( '[Trace] Test (source min level: 0)' , ( ) => { expect ( run ( 'Test' , 'Trace' , '@@log:Test' , '0' ) ) . to . be . true ; } ) ;
37- it ( '[Trace] Test (source min level: true)' , ( ) => { expect ( run ( 'Test' , 'Trace' , '@@log:Test' , 'true' ) ) . to . be . false ; } ) ;
37+ it ( '[Trace] Test (source min level: true)' , ( ) => { expect ( run ( 'Test' , 'Trace' , '@@log:Test' , 'true' ) ) . to . be . false ; } ) ;
3838 it ( '[Trace] Test (source min level: yes)' , ( ) => { expect ( run ( 'Test' , 'Trace' , '@@log:Test' , 'yes' ) ) . to . be . false ; } ) ;
3939 it ( '[Trace] Test (source min level: 1)' , ( ) => { expect ( run ( 'Test' , 'Trace' , '@@log:Test' , '1' ) ) . to . be . false ; } ) ;
4040 it ( '[Trace] Test (source min level: Debug)' , ( ) => { expect ( run ( 'Test' , 'Trace' , '@@log:Test' , 'Debug' ) ) . to . be . true ; } ) ;
@@ -116,7 +116,7 @@ describe('EventExclusionPlugin', () => {
116116 }
117117
118118 const errorParser = new DefaultErrorParser ( ) ;
119- const context = new EventPluginContext ( client , { type : 'error' , data : { } } ) ;
119+ const context = new EventPluginContext ( client , { type : 'error' , data : { } } ) ;
120120 context . event . data [ '@error' ] = errorParser . parse ( context , createException ( ) ) ;
121121
122122 const plugin = new EventExclusionPlugin ( ) ;
0 commit comments