Skip to content

Commit

Permalink
changed ldn id to match
Browse files Browse the repository at this point in the history
  • Loading branch information
kokal33 committed Nov 14, 2023
1 parent 59998b6 commit 9e6b506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fplus-lib/src/parsers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ mod tests {
assert_eq!(parsed_ldn.version, 1);
assert_eq!(
parsed_ldn.id,
"f1f1f1f1f1f1f1f1f1f1f1f1f1f1f1f1f1f1v".to_string()
"f1gdesul7rjuv5uyxanyhtphz6n2vee7igdyax7ia".to_string()
);

assert_eq!(parsed_ldn.client.name, "ClientNme".to_string());
Expand Down

0 comments on commit 9e6b506

Please sign in to comment.