cleaning up a warning

This commit is contained in:
Eric Fleming
2019-04-05 22:04:15 -04:00
parent 1f024e934b
commit 0fc29c818b

View File

@@ -34,7 +34,7 @@ namespace Microsoft.eShopWeb.FunctionalTests.Web.Controllers
}
[Fact]
public async Task RegexMatchesValidRequestVerificationToken()
public void RegexMatchesValidRequestVerificationToken()
{
// TODO: Move to a unit test
// TODO: Move regex to a constant in test project