Skip to content

Commit

Permalink
Rename tests according to the test*.rb pattern so that they run (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosantos authored Jul 8, 2020
1 parent f163f8c commit cdf2ce2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_operation
end

def test_block
assert Faker::Tezos.block.match(/^B[1-9A-Za-z][^OIl]{20,40}/)
assert Faker::Blockchain::Tezos.block.match(/^B[1-9A-Za-z][^OIl]{20,40}/)
end

def test_signature
Expand Down

0 comments on commit cdf2ce2

Please sign in to comment.