Skip to content

Commit

Permalink
Merge pull request #65 from filecoin-project/parsers-test-fix
Browse files Browse the repository at this point in the history
changed issue number
  • Loading branch information
kokal33 authored Nov 14, 2023
2 parents 36c10d8 + 59998b6 commit df37fe8
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 @@ -287,7 +287,7 @@ mod tests {
#[tokio::test]
async fn test_parser() {
let gh = GithubWrapper::new();
let issue = gh.list_issue(359).await.unwrap();
let issue = gh.list_issue(5).await.unwrap();
let parsed_ldn = super::ParsedIssue::from_issue_body(&issue.body.unwrap());

assert_eq!(parsed_ldn.version, 1);
Expand Down

0 comments on commit df37fe8

Please sign in to comment.