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 6c79b8d commit 70c17f7Copy full SHA for 70c17f7
fplus-lib/src/core/mod.rs
@@ -2097,8 +2097,8 @@ mod tests {
2097
use env_logger::{Builder, Env};
2098
use tokio::time::{sleep, Duration};
2099
2100
- static OWNER: &str = "filecoin-project";
2101
- static REPO: &str = "filplus-tooling-backend-test";
+ static OWNER: &str = "keyko-io";
+ static REPO: &str = "test-philip-second";
2102
2103
#[tokio::test]
2104
async fn end_to_end() {
@@ -2107,6 +2107,7 @@ mod tests {
2107
log::info!("Starting end-to-end test");
2108
2109
// Test Creating an application
2110
+ let _ = fplus_database::setup().await;
2111
let gh = github_async_new(OWNER.to_string(), REPO.to_string()).await;
2112
2113
log::info!("Creating a new LDNApplication from issue");
0 commit comments