This commit is contained in:
Oliver Hauff 2022-01-22 18:28:01 +01:00
parent f38b516d25
commit 578fcee611
70 changed files with 6828 additions and 9625 deletions

View file

@ -9,7 +9,7 @@ namespace TestTINKLib.Fixtures.ObjectTests.ViewModel.Info
[Test]
public void TestOnAppearing()
{
var viewModel = new InfoViewModel("Hosti", false, (url) => string.Empty);
var viewModel = new InfoPageViewModel("Hosti", "agbResourcePath", "privacyResourcePath", "impressResourcePath", false, (url) => string.Empty);
}
}
}