mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
dialect/sql/schema: hello ariga.io/atlas (#2279)
This commit is contained in:
@@ -151,13 +151,6 @@ func TestDecodeSlice(t *testing.T) {
|
||||
}`,
|
||||
want: [...]byte{42, 55},
|
||||
},
|
||||
{
|
||||
in: `{
|
||||
"@type": "g:List",
|
||||
"@value": null
|
||||
}`,
|
||||
want: []int(nil),
|
||||
},
|
||||
}
|
||||
|
||||
for _, tc := range tests {
|
||||
|
||||
Reference in New Issue
Block a user