jhgjhghjg

This commit is contained in:
Alejandro Sarmiento
2024-03-12 00:18:05 +01:00
parent 9a7f56b1f0
commit 9f40d78339

View File

@@ -37,7 +37,7 @@ namespace CleanArchitecture.Application.UnitTests.Features.Video.Queries
var result = await handler.Handle(request, CancellationToken.None);
result.ShouldBeOfType<List<VideosVm>>();
result.Count.ShouldBe(8);
result.Count.ShouldBe(2);
}
}
}