Skip to content

Commit

Permalink
Fix weird failure in rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolBen committed Aug 4, 2019
1 parent 6f40ba7 commit bd7ee36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/factories/users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
end

trait :facebook do
uid { Faker::Number.number(10) }
uid { Faker::Number.number }
provider { 'facebook' }
end

Expand Down

0 comments on commit bd7ee36

Please sign in to comment.