Skip to content

Commit

Permalink
Fixed the unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsayed committed Dec 10, 2024
1 parent 799494e commit b3d6009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qr-link/tests/verification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ MCowBQYDK2VuAyEA2boNBmJX4lGkA9kjthS5crXOBxu2BPycKRMakpzgLG4=
pcp_version: 3,
user_centric_signup: true,
orb_relay_app_id: Some("123123".to_string()),
bypass_age_verification: false,
};
let qr = encode_qr(&session_id, user_data.hash(16));
let (parsed_session_id, parsed_user_data_hash) = decode_qr(&qr).unwrap();
Expand Down

0 comments on commit b3d6009

Please sign in to comment.