Class: ValidatorsTest
- Inherits:
-
Test::Unit::TestCase
- Object
- Test::Unit::TestCase
- ValidatorsTest
- Defined in:
- lib/ost-kyc-sdk-ruby/test/validators_test.rb
Instance Method Summary collapse
Instance Method Details
#test_validators_get ⇒ Object
12 13 14 15 |
# File 'lib/ost-kyc-sdk-ruby/test/validators_test.rb', line 12 def test_validators_get result = validators_obj.verify_ethereum_address(ethereum_address: "0x7f2ED21D1702057C7d9f163cB7e5458FA2B6B7c4") assert_equal(result.success?, true ) end |