From 59998b67b490859cb41b5581adf2550409837d2c Mon Sep 17 00:00:00 2001 From: kokal33 Date: Tue, 14 Nov 2023 17:29:23 +0100 Subject: [PATCH] changed issue number --- fplus-lib/src/parsers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fplus-lib/src/parsers.rs b/fplus-lib/src/parsers.rs index 715edaa0..545d2b45 100644 --- a/fplus-lib/src/parsers.rs +++ b/fplus-lib/src/parsers.rs @@ -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);