[#15] Unit tests #16
No reviewers
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-csharp#16
Loading…
Reference in a new issue
No description provided.
Delete branch "PavelGrossSpb/frostfs-sdk-csharp:UnitTests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add unit tests
Signed-off-by: Pavel Gross p.gross@yadro.com
@ -82,3 +82,3 @@
};
if (header.Split.Children.Any())
if (header.Split.Children.Count != 0)
It looks like something that does not relate to the commit called "Unit tests"
It is better to separate commits logically.