We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This test:
scrypto/shared/src/test/scala/scorex/crypto/hash/HashTest.scala
Lines 59 to 69 in 1d2db26
is not functional within scala 2.
This came up during work on
hash.DigestSize shouldBe 32
else { fail("Tag is not Digest32 or Digest64") }
The text was updated successfully, but these errors were encountered:
Potential fix: pull-108-2fa4a7e
Sorry, something went wrong.
No branches or pull requests
This test:
scrypto/shared/src/test/scala/scorex/crypto/hash/HashTest.scala
Lines 59 to 69 in 1d2db26
is not functional within scala 2.
This came up during work on
Reproduce
hash.DigestSize shouldBe 32
with a wrong value, the test will not fail.else { fail("Tag is not Digest32 or Digest64") }
to line 67Tasks
The text was updated successfully, but these errors were encountered: