Fix missing import in tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
2b44c8e20d
commit
de6072026b
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ mod tests {
|
|||
use crate::json_signatures::create::sign_object;
|
||||
use fedimovies_utils::{crypto_rsa::generate_weak_rsa_key, currencies::Currency};
|
||||
use serde_json::json;
|
||||
use fedimovies_utils::did_pkh::DidPkh;
|
||||
|
||||
#[test]
|
||||
fn test_get_json_signature_eip191() {
|
||||
|
|
Loading…
Reference in a new issue