Skip to content

Commit e8eb9a7

Browse files
committed
Fix enum deprecation message
1 parent 21cf471 commit e8eb9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/enum_test_sqlserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class EnumTestSQLServer < ActiveRecord::TestCase
1313
Class.new(ActiveRecord::Base) do
1414
self.table_name = 'sst_datatypes'
1515

16-
enum col_name => { alpha: "A", beta: "B" }
16+
enum col_name, { alpha: "A", beta: "B" }
1717
end
1818
end
1919

0 commit comments

Comments
 (0)