Skip to content

Commit

Permalink
adjust coin name regex
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbielawski committed Feb 25, 2019
1 parent 7616aa9 commit 2c10b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/faker/default/test_faker_crypto_coin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class TestFakerCryptoCoin < Test::Unit::TestCase
ACRONYM = 1
URL_LOGO = 2

REGEX_COIN_NAME = /\w+{4,}/
REGEX_COIN_NAME = /[a-zA-Z \.]{4,}/
REGEX_ACRONYM = /\w+{3,}/
REGEX_URL_LOGO = /^https:\/\/i.imgur.com\/.......\./

Expand Down

0 comments on commit 2c10b3c

Please sign in to comment.