We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafaa2a commit fe8da97Copy full SHA for fe8da97
export_test.go
@@ -3,6 +3,7 @@ package main
3
import "testing"
4
import . "github.com/smartystreets/goconvey/convey"
5
6
+// TestAdd test Add func
7
func TestAdd(t *testing.T) {
8
Convey("test add", t, func() {
9
a := 3
0 commit comments