ensure web

This commit is contained in:
Paul Schneider 2021-06-06 22:27:13 +01:00
commit ab3c383d43
2 changed files with 29 additions and 0 deletions

View file

@ -35,6 +35,7 @@ namespace yavscTests
[Fact]
public void EnsureWeb()
{
_serverFixture.EnsureWeb();
}
}