File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ describe('Tests ReactNativeClient', () => {
679
679
) ;
680
680
} ) ;
681
681
682
- test ( " doesn't change infer_ip if the ip_address is set to undefined" , ( ) => {
682
+ test ( ' doesn\ 't change infer_ip if the ip_address is set to undefined' , ( ) => {
683
683
client . captureEvent ( {
684
684
user : {
685
685
ip_address : undefined ,
@@ -698,7 +698,7 @@ describe('Tests ReactNativeClient', () => {
698
698
) ;
699
699
} ) ;
700
700
701
- test ( " doesn't change infer_ip if the user is not set" , ( ) => {
701
+ test ( ' doesn\ 't change infer_ip if the user is not set' , ( ) => {
702
702
client . captureEvent ( {
703
703
user : { } ,
704
704
} ) ;
@@ -713,7 +713,7 @@ describe('Tests ReactNativeClient', () => {
713
713
) ;
714
714
} ) ;
715
715
716
- test ( " doesn't change infer_ip if the event is empty" , ( ) => {
716
+ test ( ' doesn\ 't change infer_ip if the event is empty' , ( ) => {
717
717
client . captureEvent ( { } ) ;
718
718
719
719
expect ( mockTransportSend . mock . calls [ 0 ] [ firstArg ] [ envelopeItems ] [ 0 ] [ envelopeItemPayload ] . user ) . toBeUndefined ( ) ;
You can’t perform that action at this time.
0 commit comments