Remove ignored min coverage comments.
This commit is contained in:
parent
545ce5cbe3
commit
f81398290b
2 changed files with 0 additions and 4 deletions
|
@ -6,8 +6,6 @@ import (
|
|||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
// min coverage: 100%
|
||||
|
||||
func TestAddOne(t *testing.T) {
|
||||
require.Equal(t, 1, AddOne(0))
|
||||
}
|
||||
|
|
|
@ -6,8 +6,6 @@ import (
|
|||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
// min coverage: 100%
|
||||
|
||||
func TestAddOne(t *testing.T) {
|
||||
require.Equal(t, 1, AddOne(0))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue