Skip to content

Commit

Permalink
update blstest
Browse files Browse the repository at this point in the history
  • Loading branch information
MacOMNI committed Dec 4, 2024
1 parent 84a3e53 commit f104f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/Tests/UtilsTests/Crypto/BLSTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ import Testing
}

@Test func PublicKey() throws {
let keyData1 = Data144.random()
let keyData1 = Data144()
#expect(throws: Error.self) {
_ = try BLS.PublicKey(data: keyData1)
}
Expand Down

0 comments on commit f104f28

Please sign in to comment.