Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander van Delft committed Jan 14, 2025
1 parent 1a0a605 commit 9edb26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COMETwebapp.Tests/Model/ApplicationsTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void VerifyApplications()
{
var applications = Applications.ExistingApplications;

Assert.That(applications, Has.Count.EqualTo(14));
Assert.That(applications, Has.Count.EqualTo(13));

foreach (var application in applications)
{
Expand Down

0 comments on commit 9edb26f

Please sign in to comment.