Skip to content

Commit

Permalink
Merge pull request #66 from filecoin-project/parsers-test-fix
Browse files Browse the repository at this point in the history
changed ldn id to match
  • Loading branch information
kokal33 authored Nov 14, 2023
2 parents df37fe8 + 9e6b506 commit a1b79ba
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 a1b79ba

Please sign in to comment.