Skip to content

Commit e98024b

Browse files
committed
update test and version
1 parent e3a7f8a commit e98024b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/targets/Release.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
20-
<VersionPrefix>1.15.1</VersionPrefix>
20+
<VersionPrefix>1.16.0</VersionPrefix>
2121
<VersionSuffix></VersionSuffix>
2222
</PropertyGroup>
2323

test/Worker/Grpc.Tests/RunBackgroundTaskLoggingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public static async Task<TestFixture> CreateAsync()
402402
processorType,
403403
BindingFlags.Public | BindingFlags.Instance,
404404
binder: null,
405-
args: new object?[] { worker, clientMock.Object, null },
405+
args: new object?[] { worker, clientMock.Object, null, null },
406406
culture: null)!;
407407

408408
MethodInfo runBackgroundTask = processorType.GetMethod("RunBackgroundTask", BindingFlags.Instance | BindingFlags.NonPublic)!;

0 commit comments

Comments
 (0)