Merge "Fix VPN profile store test"
This commit is contained in:
commit
f2fa29c555
1 changed files with 0 additions and 3 deletions
|
@ -467,9 +467,6 @@ mod db_test {
|
|||
const PROFILE_COUNT: u32 = 5000u32;
|
||||
const PROFILE_DB_COUNT: u32 = 5000u32;
|
||||
|
||||
let mode: String = db.conn.pragma_query_value(None, "journal_mode", |row| row.get(0))?;
|
||||
assert_eq!(mode, "wal");
|
||||
|
||||
let mut actual_profile_count = PROFILE_COUNT;
|
||||
// First insert PROFILE_COUNT profiles.
|
||||
for count in 0..PROFILE_COUNT {
|
||||
|
|
Loading…
Reference in a new issue