Skip to content

Commit

Permalink
changed issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
kokal33 committed Nov 14, 2023
1 parent 5641428 commit 59998b6
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 59998b6

Please sign in to comment.