We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c17f7 commit b40a802Copy full SHA for b40a802
fplus-lib/src/core/mod.rs
@@ -2111,8 +2111,8 @@ mod tests {
2111
let gh = github_async_new(OWNER.to_string(), REPO.to_string()).await;
2112
2113
log::info!("Creating a new LDNApplication from issue");
2114
- let ldn_application = match LDNApplication::new_from_issue(CreateApplicationInfo {
2115
- issue_number: "706".to_string(),
+ let ldn_application: LDNApplication = match LDNApplication::new_from_issue(CreateApplicationInfo {
+ issue_number: "37".to_string(),
2116
owner: OWNER.to_string(),
2117
repo: REPO.to_string()
2118
})
0 commit comments