blob: 90699e59ffe08a48e1e3dfc22d8c53ccbae7a294 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// 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("Comments", testCommentsUpsert)
t.Run("Posts", testPostsUpsert)
t.Run("Tags", testTagsUpsert)
t.Run("Users", testUsersUpsert)
t.Run("Votes", testVotesUpsert)
}
|