Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
n00m4d committed Jan 23, 2025
1 parent 7fca370 commit 76edfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const API_MAX_PAGE_LIMIT: usize = 100;

const DUMP_SYNCHRONIZER_BATCH_SIZE: usize = 1000;
const SYNCHRONIZER_PARALLEL_TASKS: usize = 1;
const SYNCHRONIZER_DUMP_PATH: &str = "rocks_dump";
const SYNCHRONIZER_DUMP_PATH: &str = "./rocks_dump";

const POSTGRE_MIGRATIONS_PATH: &str = "../migrations";
const POSTGRE_BASE_DUMP_PATH: &str = "/";
Expand Down

0 comments on commit 76edfe4

Please sign in to comment.