Skip to content

Commit 70c17f7

Browse files
committed
fix: e2e tests
1 parent 6c79b8d commit 70c17f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fplus-lib/src/core/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,8 +2097,8 @@ mod tests {
20972097
use env_logger::{Builder, Env};
20982098
use tokio::time::{sleep, Duration};
20992099

2100-
static OWNER: &str = "filecoin-project";
2101-
static REPO: &str = "filplus-tooling-backend-test";
2100+
static OWNER: &str = "keyko-io";
2101+
static REPO: &str = "test-philip-second";
21022102

21032103
#[tokio::test]
21042104
async fn end_to_end() {
@@ -2107,6 +2107,7 @@ mod tests {
21072107
log::info!("Starting end-to-end test");
21082108

21092109
// Test Creating an application
2110+
let _ = fplus_database::setup().await;
21102111
let gh = github_async_new(OWNER.to_string(), REPO.to_string()).await;
21112112

21122113
log::info!("Creating a new LDNApplication from issue");

0 commit comments

Comments
 (0)