Skip to content

Commit

Permalink
Fixed a broken test in ViewData (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylokenov committed Dec 12, 2019
1 parent 6e5f15f commit 02c9288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void ShouldInvokeMethodOfTypeVoidWithValidServiceCollection()

testPlugin.DefaultServiceRegistrationDelegate(serviceCollection);

Assert.True(serviceCollection.Count == 156);
Assert.True(serviceCollection.Count == 157);
}
}
}

0 comments on commit 02c9288

Please sign in to comment.