summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/terms_of_service_store_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sqlstore/terms_of_service_store_test.go')
-rw-r--r--store/sqlstore/terms_of_service_store_test.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/store/sqlstore/terms_of_service_store_test.go b/store/sqlstore/terms_of_service_store_test.go
new file mode 100644
index 000000000..c41fe7210
--- /dev/null
+++ b/store/sqlstore/terms_of_service_store_test.go
@@ -0,0 +1,10 @@
+package sqlstore
+
+import (
+ "github.com/mattermost/mattermost-server/store/storetest"
+ "testing"
+)
+
+func TestTermsOfServiceStore(t *testing.T) {
+ StoreTest(t, storetest.TestTermsOfServiceStore)
+}