Files
go-conver/main_test.go

12 lines
151 B
Go

package main
import (
"testing"
"github.com/stretchr/testify/assert"
)
func Test_errDone(t *testing.T) {
assert.EqualError(t, errDone, "done")
}