Remove ignored min coverage comments.

This commit is contained in:
Alexander Vasilyev 2020-03-22 03:15:13 +03:00 committed by Fedor Korotkiy
parent 545ce5cbe3
commit f81398290b
2 changed files with 0 additions and 4 deletions

View file

@ -6,8 +6,6 @@ import (
"github.com/stretchr/testify/require"
)
// min coverage: 100%
func TestAddOne(t *testing.T) {
require.Equal(t, 1, AddOne(0))
}

View file

@ -6,8 +6,6 @@ import (
"github.com/stretchr/testify/require"
)
// min coverage: 100%
func TestAddOne(t *testing.T) {
require.Equal(t, 1, AddOne(0))
}