Skip to content

Commit 284ba72

Browse files
committed
Hee hee I am dumb.
1 parent 6586700 commit 284ba72

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlClient/Utilities

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlClient/Utilities/AsyncHelperTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ public async Task ContinueTaskWithState_2Generics_TaskCompletesHandlerThrows()
477477
Task taskToContinue = Task.CompletedTask;
478478
TaskCompletionSource<object?> taskCompletionSource = GetTaskCompletionSource();
479479
const int state1 = 123;
480-
const int state2 = 234
480+
const int state2 = 234;
481481

482482
// - mockOnSuccess handler throws
483483
Mock<Action<int, int>> mockOnSuccess = new();

0 commit comments

Comments
 (0)