Skip to content

Commit

Permalink
cov tests - add TestGetOutputError
Browse files Browse the repository at this point in the history
  • Loading branch information
vmikk committed Oct 13, 2024
1 parent 84081cc commit eb02766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seqhasher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ func TestAll(t *testing.T) {
t.Run("CompressedInput", TestCompressedInput)
t.Run("MainFunction", TestMainFunction)
t.Run("GetInputError", TestGetInputError)
t.Run("GetOutputError", TestGetOutputError)

// Check for test failures
if t.Failed() {
Expand Down

0 comments on commit eb02766

Please sign in to comment.