Fix missing import in tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Rafael Caricio 2023-04-27 22:45:30 +02:00
parent 2b44c8e20d
commit de6072026b
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947

View file

@ -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() {