Skip to content

Commit 6db4177

Browse files
Unskipping TestBooleanNullableColumn test
1 parent 7bec73c commit 6db4177

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/boolean_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,8 @@ func TestBooleanStringCoercion(t *testing.T) {
259259
}
260260
}
261261

262-
263262
func TestBooleanNullableColumn(t *testing.T) {
264-
t.Skip("Skipping until nullable bool bug is resolved")
263+
// t.Skip("Skipping until nullable bool bug is resolved")
265264
DB.Migrator().DropTable(&BooleanTest{})
266265
DB.AutoMigrate(&BooleanTest{})
267266

0 commit comments

Comments
 (0)