Skip to content

Commit 91f23c7

Browse files
removing skip from test
1 parent ffdb0c0 commit 91f23c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/query_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,6 @@ func (t *DoubleInt64) Scan(v any) error {
13851385

13861386
// https://github.com/go-gorm/gorm/issues/5091
13871387
func TestQueryScannerWithSingleColumn(t *testing.T) {
1388-
t.Skip()
13891388
user := User{Name: "scanner_raw_1", Age: 10}
13901389
DB.Create(&user)
13911390

0 commit comments

Comments
 (0)