Compare commits
1 Commits
entgo/v1.1
...
entgo/v1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
093172ebca |
@@ -1,4 +1,4 @@
|
|||||||
package update
|
package entgo
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"entgo.io/ent/dialect/sql"
|
"entgo.io/ent/dialect/sql"
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
package update
|
package entgo
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"testing"
|
||||||
|
|
||||||
"entgo.io/ent/dialect"
|
"entgo.io/ent/dialect"
|
||||||
"entgo.io/ent/dialect/sql"
|
"entgo.io/ent/dialect/sql"
|
||||||
|
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
"testing"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestBuildSetNullUpdate(t *testing.T) {
|
func TestBuildSetNullUpdate(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user