Skip to content

Commit 2c153f0

Browse files
committed
chore(users): migrate tests
1 parent bb69380 commit 2c153f0

21 files changed

+452
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/infra/server/src/run_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ pub fn config(rivet_config: rivet_config::Config) -> Result<RunConfigData> {
282282
SqlService {
283283
kind: SqlServiceKind::CockroachDB,
284284
migrations: include_dir!(
285-
"$CARGO_MANIFEST_DIR/../../services/user-identity/db/user-identity"
285+
"$CARGO_MANIFEST_DIR/../../services/user/db/user-identity"
286286
),
287287
db_name: "db_user_identity",
288288
},

packages/services/user/Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,14 @@ token-create.workspace = true
1919
upload-file-list.workspace = true
2020
upload-get.workspace = true
2121
upload-complete.workspace = true
22-
user-identity-get.workspace = true
2322

2423
[dependencies.sqlx]
2524
workspace = true
26-
default-features = false
25+
default-features = false
26+
27+
[dev-dependencies]
28+
faker-user.workspace = true
29+
rand = "0.8"
30+
reqwest = "0.11"
31+
upload-get.workspace = true
32+
upload-prepare.workspace = true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)