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
{{ message }}
This repository was archived by the owner on Dec 11, 2019. It is now read-only.
Few of the functions in gocrunch/vec do not have test coverage for all the panic cases. This should be implemented.
Acceptance Criteria:
All panics in all functions in vec have a test case which tests for the cases where the panic should be thrown, and check if the correct text is printed to the screen.
Few of the functions in gocrunch/vec do not have test coverage for all the
paniccases. This should be implemented.Acceptance Criteria:
vechave a test case which tests for the cases where the panic should be thrown, and check if the correct text is printed to the screen.