File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/WebJobs.Script.Tests/Managment Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ namespace Microsoft.Azure.WebJobs.Script.Tests.Managment
19
19
public class InstanceManagerTests : IDisposable
20
20
{
21
21
[ Fact ]
22
- public async Task TryAssignShouldUpdateEnvironmentVariables ( )
22
+ public async Task StartAssignmentShouldUpdateEnvironmentVariables ( )
23
23
{
24
24
var loggerFactory = MockNullLogerFactory . CreateLoggerFactory ( ) ;
25
25
var scriptHostManager = Substitute . For < WebScriptHostManager > ( new ScriptHostConfiguration ( ) ,
@@ -52,7 +52,7 @@ public async Task TryAssignShouldUpdateEnvironmentVariables()
52
52
Value = Guid . NewGuid ( ) . ToString ( )
53
53
} ;
54
54
55
- instanceManager . TryAssign ( new HostAssignmentContext
55
+ instanceManager . StartAssignment ( new HostAssignmentContext
56
56
{
57
57
Environment = new Dictionary < string , string >
58
58
{
You can’t perform that action at this time.
0 commit comments