Skip to content

Commit 12b292c

Browse files
committed
fixing proxy test
1 parent 5f633e6 commit 12b292c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/WebJobs.Script.Tests/ProxyMetadataManagerTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
// Licensed under the MIT License. See License.txt in the project root for license information.
33

44
using System;
5-
using System.Collections.Generic;
65
using System.IO;
7-
using System.Text;
86
using Microsoft.Azure.WebJobs.Script.Eventing;
97
using Microsoft.Extensions.Logging.Abstractions;
108
using Microsoft.Extensions.Options;
@@ -49,7 +47,7 @@ public void ProxyMetadata_WhenProxyFileChanges_IsRefreshed()
4947

5048
Assert.NotSame(proxyMetadata1, proxyMetadata3);
5149

52-
Assert.Equal(19, proxyMetadata3.Functions.Length);
50+
Assert.Equal(20, proxyMetadata3.Functions.Length);
5351
}
5452
}
5553
}

0 commit comments

Comments
 (0)