tables data tests are now generalized, needs a bit more fixes, 6/6 are passing
This commit is contained in:
@@ -30,7 +30,7 @@ pub async fn setup_isolated_db() -> PgPool {
|
||||
.duration_since(std::time::UNIX_EPOCH)
|
||||
.unwrap()
|
||||
.as_nanos(),
|
||||
rand::thread_rng()
|
||||
rand::rng()
|
||||
.sample_iter(&Alphanumeric)
|
||||
.take(8)
|
||||
.map(char::from)
|
||||
|
||||
Reference in New Issue
Block a user