You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor NUnit assertions for clarity and consistency
Updated assertions to use modern NUnit syntax for improved
readability and consistency. Replaced `Is.EqualTo(0)` with
`Is.Zero` where applicable. Grouped related assertions using
`Assert.EnterMultipleScope()` to reduce redundancy.
Corrected the initialization of an empty `MemoryStream` in
one test case, though the change may introduce a syntax
error due to the use of `[]` instead of `Array.Empty<byte>()`.
0 commit comments