We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f633e6 commit 12b292cCopy full SHA for 12b292c
test/WebJobs.Script.Tests/ProxyMetadataManagerTests.cs
@@ -2,9 +2,7 @@
2
// Licensed under the MIT License. See License.txt in the project root for license information.
3
4
using System;
5
-using System.Collections.Generic;
6
using System.IO;
7
-using System.Text;
8
using Microsoft.Azure.WebJobs.Script.Eventing;
9
using Microsoft.Extensions.Logging.Abstractions;
10
using Microsoft.Extensions.Options;
@@ -49,7 +47,7 @@ public void ProxyMetadata_WhenProxyFileChanges_IsRefreshed()
49
47
50
48
Assert.NotSame(proxyMetadata1, proxyMetadata3);
51
52
- Assert.Equal(19, proxyMetadata3.Functions.Length);
+ Assert.Equal(20, proxyMetadata3.Functions.Length);
53
}
54
55
0 commit comments