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 746fe76 commit fd4e340Copy full SHA for fd4e340
test/Function/FunctionLoaderTests.cs
@@ -127,7 +127,7 @@ public void TestFunctionLoaderGetInfo()
127
Assert.Equal(directory, funcInfo.Directory);
128
Assert.Equal(name, funcInfo.FunctionName);
129
Assert.Equal(2, funcInfo.AllBindings.Count);
130
- Assert.Equal(1, funcInfo.OutputBindings.Count);
+ Assert.Single(funcInfo.OutputBindings);
131
}
132
133
0 commit comments