Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor test assertions in Tests.cs
Replaced Assert.IsTrue with Assert.AreEqual in TestWithFilePrefix method to improve clarity by explicitly comparing expected and actual values, making test failures easier to understand.
- Loading branch information