Skip to content

Commit d8e6440

Browse files
author
Daniel Vidal Salvi Marson
committed
Fix Dry::Types class definition
1 parent 318097a commit d8e6440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dry_types_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class MainDryUser
1313
include ShallowAttributes
1414

1515
attribute :name, Types::Coercible::String
16-
attribute :age, Types::Coercible::Int
16+
attribute :age, Types::Coercible::Integer
1717
attribute :birthday, DateTime
1818
end
1919

0 commit comments

Comments
 (0)