mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-18 23:39:29 -05:00
Please the linter.
This commit is contained in:
@@ -322,6 +322,7 @@ struct InitDbOptions<'a> {
|
||||
attach: Vec<AttachedDatabase>,
|
||||
num_threads: Option<usize>,
|
||||
|
||||
#[allow(unused)]
|
||||
pg_uri: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
@@ -883,5 +883,6 @@ mod tests {
|
||||
|
||||
// FIXME: Currently, pglite-oxide RNG doesn't work.
|
||||
// assert_ne!(uuid0, uuid1);
|
||||
assert_eq!(uuid0, uuid1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user