@@ -153,7 +153,7 @@ public void TestCreateImpressionEventNoAttributesEU()
153153 {
154154 { "Content-Type" , "application/json" } ,
155155 } ) ;
156-
156+
157157 Config . Region = "EU" ;
158158 var impressionEvent = UserEventFactory . CreateImpressionEvent (
159159 Config , Config . GetExperimentFromKey ( "test_experiment" ) , "7722370027" , TestUserId ,
@@ -166,7 +166,7 @@ public void TestCreateImpressionEventNoAttributesEU()
166166
167167 Assert . IsTrue ( TestData . CompareObjects ( expectedLogEvent , logEvent ) ) ;
168168 }
169-
169+
170170 [ Test ]
171171 public void TestCreateImpressionEventNoAttributesInvalid ( )
172172 {
@@ -254,7 +254,7 @@ public void TestCreateImpressionEventNoAttributesInvalid()
254254 {
255255 { "Content-Type" , "application/json" } ,
256256 } ) ;
257-
257+
258258 Config . Region = "ZZ" ;
259259 var impressionEvent = UserEventFactory . CreateImpressionEvent (
260260 Config , Config . GetExperimentFromKey ( "test_experiment" ) , "7722370027" , TestUserId ,
@@ -264,10 +264,10 @@ public void TestCreateImpressionEventNoAttributesInvalid()
264264
265265 TestData . ChangeGUIDAndTimeStamp ( expectedLogEvent . Params , impressionEvent . Timestamp ,
266266 Guid . Parse ( impressionEvent . UUID ) ) ;
267-
267+
268268 Assert . IsTrue ( TestData . CompareObjects ( expectedLogEvent , logEvent ) ) ;
269269 }
270-
270+
271271 [ Test ]
272272 public void TestCreateImpressionEventNoAttributes ( )
273273 {
@@ -958,7 +958,7 @@ public void TestCreateConversionEventNoAttributesNoValue()
958958
959959 Assert . IsTrue ( TestData . CompareObjects ( expectedEvent , logEvent ) ) ;
960960 }
961-
961+
962962 [ Test ]
963963 public void TestCreateConversionEventNoAttributesNoValueEU ( )
964964 {
@@ -1040,7 +1040,7 @@ public void TestCreateConversionEventNoAttributesNoValueEU()
10401040
10411041 Assert . IsTrue ( TestData . CompareObjects ( expectedEvent , logEvent ) ) ;
10421042 }
1043-
1043+
10441044 [ Test ]
10451045 public void TestCreateConversionEventNoAttributesNoValueInvalid ( )
10461046 {
0 commit comments