Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void CheckIfAreaIsCompleted_ShouldReturnFalse_WhenOtherAreaThanStartHereI
[TestCase(Area.MAUI, new[] { (int)ArticleName.MauiMath, (int)ArticleName.Books, (int)ArticleName.Monkeys, (int)ArticleName.Warehouse })]
[TestCase(Area.Azure, new[] { (int)ArticleName.DeploySimpleApp, (int)ArticleName.DeployFullStack, (int)ArticleName.DeployFramework, (int)ArticleName.AzureFunctions })]
[TestCase(Area.Docker, new[] { (int)ArticleName.DockerIntro })]
[TestCase(Area.MonthlyChallenge, new[] { (int)ArticleName.BreweryApi })]
[TestCase(Area.MonthlyChallenge, new[] { (int)ArticleName.BreweryApi, (int)ArticleName.BuildAGame })]
[TestCase(Area.GraduationProject, new[] { (int)ArticleName.Flagship })]
public void CheckIfAreaIsCompleted_ShouldReturnTrue_WhenOtherAreaThanStartHereIsCompleted(
Area area,
Expand Down
Loading