Skip to content

Commit

Permalink
test: remove outdate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Nov 27, 2024
1 parent 7f25aa8 commit ab76fad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,6 @@ end
end

@testset "codecov" begin
@test_throws ErrorException("type SHA2_256_CTX has no field _not_exist") SHA.SHA2_256_CTX()._not_exist
@test_throws ErrorException("type SHA3_256_CTX has no field _not_exist") SHA.SHA3_256_CTX()._not_exist
# default fallback
@test_throws ErrorException("type SHA1_CTX has no field _not_exist") SHA.SHA1_CTX()._not_exist

# Table 3: Input block sizes for HMAC
# https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf
# SHA3-224 -256 -384 -512
Expand Down

0 comments on commit ab76fad

Please sign in to comment.