Description
Add unit tests for each file within the internal/solo folder.
Acceptance Criteria
-
Given the execution of make test
When viewing the code coverage
Then the coverage is at least 70%
-
Given the execution of make test
When the tests are run
Then each testable file is tested
Description
Add unit tests for each file within the internal/solo folder.
Acceptance Criteria
Given the execution of
make testWhen viewing the code coverage
Then the coverage is at least 70%
Given the execution of
make testWhen the tests are run
Then each testable file is tested