Skip to content

Commit 92b5132

Browse files
committed
tests/schema_details: Move into crates_io_database crate
1 parent f00ed8d commit 92b5132

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/crates_io_database/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ workspace = true
1010
[dependencies]
1111
diesel = "=2.2.4"
1212
diesel_full_text_search = "=2.2.0"
13+
14+
[dev-dependencies]
15+
crates_io_test_db = { path = "../crates_io_test_db" }
File renamed without changes.

src/tests/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ mod owners;
2626
mod pagination;
2727
mod read_only_mode;
2828
mod routes;
29-
mod schema_details;
3029
mod server;
3130
mod team;
3231
mod token;

0 commit comments

Comments
 (0)