@@ -160,7 +160,7 @@ public void I_can_use_the_logger_to_produce_annotations_that_include_the_test_na
160160 new TestLoggerOptions
161161 {
162162 AnnotationTitleFormat = "<@test>" ,
163- AnnotationMessageFormat = "[@test]"
163+ AnnotationMessageFormat = "[@test]" ,
164164 }
165165 ) ;
166166
@@ -189,7 +189,7 @@ public void I_can_use_the_logger_to_produce_annotations_that_include_test_traits
189189 new TestLoggerOptions
190190 {
191191 AnnotationTitleFormat = "<@traits.Category -> @test>" ,
192- AnnotationMessageFormat = "[@traits.Category -> @test]"
192+ AnnotationMessageFormat = "[@traits.Category -> @test]" ,
193193 }
194194 ) ;
195195
@@ -223,7 +223,7 @@ public void I_can_use_the_logger_to_produce_annotations_that_include_the_error_m
223223 new TestLoggerOptions
224224 {
225225 AnnotationTitleFormat = "<@test: @error>" ,
226- AnnotationMessageFormat = "[@test: @error]"
226+ AnnotationMessageFormat = "[@test: @error]" ,
227227 }
228228 ) ;
229229
@@ -256,7 +256,7 @@ public void I_can_use_the_logger_to_produce_annotations_that_include_the_error_s
256256 new TestLoggerOptions
257257 {
258258 AnnotationTitleFormat = "<@test: @trace>" ,
259- AnnotationMessageFormat = "[@test: @trace]"
259+ AnnotationMessageFormat = "[@test: @trace]" ,
260260 }
261261 ) ;
262262
@@ -289,7 +289,7 @@ public void I_can_use_the_logger_to_produce_annotations_that_include_the_target_
289289 new TestLoggerOptions
290290 {
291291 AnnotationTitleFormat = "<@test (@framework)>" ,
292- AnnotationMessageFormat = "[@test (@framework)]"
292+ AnnotationMessageFormat = "[@test (@framework)]" ,
293293 }
294294 ) ;
295295
0 commit comments