CmsKit - Fix tests

pull/7745/head
enisn 5 years ago
parent 188fdb3808
commit 0d16202842

@ -21,7 +21,7 @@ namespace Volo.CmsKit.Blogs
[Fact]
public async Task SetAsync_ShouldWorkProperly_WithNonExistingFeature()
{
var dto = new BlogFeatureDto
var dto = new BlogFeatureInputDto
{
FeatureName = "My.Awesome.Feature",
Enabled = true
@ -39,7 +39,7 @@ namespace Volo.CmsKit.Blogs
[Fact]
public async Task SetAsync_ShouldWorkProperly_WithExistingFeature()
{
var dto = new BlogFeatureDto
var dto = new BlogFeatureInputDto
{
FeatureName = testData.BlogFeature_2_FeatureName,
Enabled = !testData.BlogFeature_2_Enabled

Loading…
Cancel
Save