Add a verify call to a test

This commit is contained in:
Ryan Nowak 2014-04-02 18:58:39 -07:00
parent 87a47f50cc
commit 798145418f
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,8 @@ namespace Microsoft.AspNet.Routing.Template.Tests
Assert.True(context.IsBound);
Assert.NotNull(virtualPath);
Assert.Equal("hello/1234", virtualPath);
target.VerifyAll();
}
[Fact]