mirror of
https://github.com/qwjyh/xdbm
synced 2025-04-19 19:25:49 +09:00
fixup! [fix] test: setup gitconfig at repo init
This commit is contained in:
parent
462c34cf96
commit
30ae6a6417
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
mod integrated_test {
|
||||
use std::{
|
||||
fs::{DirBuilder, File},
|
||||
io::{BufWriter, Write}, path::Path,
|
||||
io::{BufWriter, Write},
|
||||
path::Path,
|
||||
};
|
||||
|
||||
use anyhow::{Ok, Result};
|
||||
|
|
Loading…
Add table
Reference in a new issue