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.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/models/psql_suites_test.go b/src/models/psql_suites_test.go
index 9b30f06..c552b41 100644
--- a/src/models/psql_suites_test.go
+++ b/src/models/psql_suites_test.go
@@ -6,5 +6,7 @@ package models
import "testing"
func TestUpsert(t *testing.T) {
+ t.Run("Posts", testPostsUpsert)
+
t.Run("Users", testUsersUpsert)
}