blob: c552b417f2362dafa810979287f0d785269e796f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// 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("Users", testUsersUpsert)
}
|