Skip to content

Commit ca8e506

Browse files
test: add infrastructure health check to validate CI trigger
1 parent ff435a3 commit ca8e506

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MinimalTodos.Tests/TodoRepositoryTests.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,11 @@ public void Validate_Should_ReturnError_WhenTitleEmpty()
4949
Assert.NotNull(result);
5050
Assert.True(result!.ContainsKey("Title"));
5151
}
52+
53+
[Fact]
54+
public void Infrastructure_Should_Be_Operational()
55+
{
56+
Assert.True(true);
57+
}
5258
}
5359
}

0 commit comments

Comments
 (0)