13 lines
331 B
Go
13 lines
331 B
Go
// Code generated by SQLBoiler 4.8.3 (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("GorpMigrations", testGorpMigrationsUpsert)
|
|
|
|
t.Run("Headers", testHeadersUpsert)
|
|
}
|