Skip to content

Commit f3c34fb

Browse files
committed
chore: format
1 parent d524e6b commit f3c34fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

projects/Test/Common/ActivityRecorder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public static void HasRecordedException(this Activity activity, Exception except
147147
Assert.Equal(exception.GetType().ToString(),
148148
exceptionEvent.Tags.SingleOrDefault(t => t.Key == "exception.type").Value);
149149
}
150-
150+
151151
public static void IsInError(this Activity activity)
152152
{
153153
Assert.Equal(ActivityStatusCode.Error, activity.Status);

projects/Test/Integration/TestConnectionFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ public async Task TestCreateConnectionAsync_TruncatesWhenClientNameIsLong_GH980(
435435
Assert.Contains(conn.ClientProvidedName, cpn);
436436
}
437437
}
438-
438+
439439
[Fact]
440440
public async Task TestCreateConnectionRegisterAnActivity()
441441
{
@@ -446,7 +446,7 @@ public async Task TestCreateConnectionRegisterAnActivity()
446446
recorder.VerifyActivityRecordedOnce();
447447
await conn.CloseAsync();
448448
}
449-
449+
450450
[Fact]
451451
public async Task TestCreateConnectionWithFailureRecordException()
452452
{

0 commit comments

Comments
 (0)