Skip to content

Commit 97857be

Browse files
Assert.Equal to Assert.Single
1 parent 746fe76 commit 97857be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Function/FunctionLoaderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public void TestFunctionLoaderGetInfo()
127127
Assert.Equal(directory, funcInfo.Directory);
128128
Assert.Equal(name, funcInfo.FunctionName);
129129
Assert.Equal(2, funcInfo.AllBindings.Count);
130-
Assert.Equal(1, funcInfo.OutputBindings.Count);
130+
Assert.Single(funcInfo.OutputBindings.Count);
131131
}
132132
}
133133
}

0 commit comments

Comments
 (0)