github.com/mshitrit/go-mutesting@v0.0.0-20210528084812-ff81dcaedfea/example/sub/sub_test.go (about)

     1  package sub
     2  
     3  import (
     4  	"testing"
     5  
     6  	. "github.com/stretchr/testify/assert"
     7  )
     8  
     9  func TestBaz(t *testing.T) {
    10  	Equal(t, baz(), 2)
    11  }