Skip to content

Commit 44ed8e6

Browse files
committed
Fixed another broken test
1 parent 81f819c commit 44ed8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/column_test_sqlserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def assert_obj_set_and_save(attribute, value)
9999
_(col.sql_type).must_equal "bit"
100100
_(col.type).must_equal :boolean
101101
_(col.null).must_equal true
102-
_(col.default).must_equal "1"
102+
_(col.default).must_equal 1
103103
_(obj.bit).must_equal true
104104
_(col.default_function).must_be_nil
105105
type = connection.lookup_cast_type_from_column(col)

0 commit comments

Comments
 (0)