aboutsummaryrefslogtreecommitdiff
path: root/src/models/psql_suites_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/psql_suites_test.go')
-rw-r--r--src/models/psql_suites_test.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/models/psql_suites_test.go b/src/models/psql_suites_test.go
new file mode 100644
index 0000000..9b30f06
--- /dev/null
+++ b/src/models/psql_suites_test.go
@@ -0,0 +1,10 @@
+// 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("Users", testUsersUpsert)
+}