github.com/mad-app/mattermost-server@v5.11.1+incompatible/store/sqlstore/user_terms_of_service_store_test.go (about)

     1  package sqlstore
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/mattermost/mattermost-server/store/storetest"
     7  )
     8  
     9  func TestUserTermsOfServiceStore(t *testing.T) {
    10  	StoreTest(t, storetest.TestUserTermsOfServiceStore)
    11  }