aboutsummaryrefslogtreecommitdiff
path: root/src/models/psql_suites_test.go
blob: b49f95758bf79bc7d10de08b2af999dc0bb133f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by SQLBoiler 4.16.1 (https://github.com/volatiletech/sqlboiler). DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.

package models

import "testing"

func TestUpsert(t *testing.T) {
	t.Run("Posts", testPostsUpsert)

	t.Run("Tags", testTagsUpsert)

	t.Run("Users", testUsersUpsert)
}