Skip to content

Commit

Permalink
tests - find an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kokal33 committed Nov 14, 2023
1 parent 451c622 commit 833b66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fplus-lib/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ mod tests {

// let branches = gh.list_branches().await.unwrap();
let ldn_application = LDNApplication::new_from_issue(CreateApplicationInfo {
issue_number: "473".to_string(),
issue_number: "5".to_string(),
})
.await
.unwrap();
Expand Down

0 comments on commit 833b66d

Please sign in to comment.