aboutsummaryrefslogtreecommitdiff
path: root/src/models/psql_suites_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/psql_suites_test.go')
-rw-r--r--src/models/psql_suites_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/models/psql_suites_test.go b/src/models/psql_suites_test.go
index b49f957..90699e5 100644
--- a/src/models/psql_suites_test.go
+++ b/src/models/psql_suites_test.go
@@ -6,9 +6,13 @@ package models
import "testing"
func TestUpsert(t *testing.T) {
+ t.Run("Comments", testCommentsUpsert)
+
t.Run("Posts", testPostsUpsert)
t.Run("Tags", testTagsUpsert)
t.Run("Users", testUsersUpsert)
+
+ t.Run("Votes", testVotesUpsert)
}