aboutsummaryrefslogtreecommitdiff
path: root/src/models/psql_suites_test.go
diff options
context:
space:
mode:
authorAlexander Kavon <me+git@alexkavon.com>2024-01-23 01:40:39 -0500
committerAlexander Kavon <me+git@alexkavon.com>2024-01-23 01:40:39 -0500
commit8510c36ded85740885e67b59ee2ec2360986c0a9 (patch)
treec8c4c70458bb65b0ee134f80cb364db851e9c7a2 /src/models/psql_suites_test.go
parentf329e7f2095a57967bfe86563401236d53a15924 (diff)
new tables: tags, post_tags, generated sqlboiler tags model, updated posts/get template, updated posts table to take nullable description and user_id foreign key
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 c552b41..b49f957 100644
--- a/src/models/psql_suites_test.go
+++ b/src/models/psql_suites_test.go
@@ -8,5 +8,7 @@ import "testing"
func TestUpsert(t *testing.T) {
t.Run("Posts", testPostsUpsert)
+ t.Run("Tags", testTagsUpsert)
+
t.Run("Users", testUsersUpsert)
}