We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bec73c commit 6db4177Copy full SHA for 6db4177
tests/boolean_test.go
@@ -259,9 +259,8 @@ func TestBooleanStringCoercion(t *testing.T) {
259
}
260
261
262
-
263
func TestBooleanNullableColumn(t *testing.T) {
264
- t.Skip("Skipping until nullable bool bug is resolved")
+ // t.Skip("Skipping until nullable bool bug is resolved")
265
DB.Migrator().DropTable(&BooleanTest{})
266
DB.AutoMigrate(&BooleanTest{})
267
0 commit comments