mirror of
https://github.com/romdo/go-conver.git
synced 2026-02-19 08:16:40 +00:00
ci(coverage): add basic test for main.go file to get coverage CI step passing
This commit is contained in:
11
main_test.go
Normal file
11
main_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func Test_errDone(t *testing.T) {
|
||||
assert.EqualError(t, errDone, "done")
|
||||
}
|
||||
Reference in New Issue
Block a user