Skip to content

Commit

Permalink
Update FunctionMetadataGeneratorTests.cs (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem committed Apr 20, 2023
1 parent 5dbbffd commit f031060
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public void CardinalityManyFunctions(string functionName, string entryPoint, boo
b => ValidateTrigger(b, cardinalityMany));

AssertDictionary(extensions, new Dictionary<string, string>(){
{ "Microsoft.Azure.WebJobs.Extensions.EventHubs", "5.1.0" }
{ "Microsoft.Azure.WebJobs.Extensions.EventHubs", "5.3.0" }
});

void ValidateTrigger(ExpandoObject b, bool many)
Expand Down

0 comments on commit f031060

Please sign in to comment.