Skip to content

Commit 2b0fc97

Browse files
committed
build: addres lint error
1 parent d662dcd commit 2b0fc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql_archive/tests/blocking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn test_get_archive_and_extract() -> anyhow::Result<()> {
3131

3232
let out_dir = tempfile::tempdir()?.path().to_path_buf();
3333
let files = extract(url, &archive, &out_dir)?;
34-
assert!(files.len() > 0);
34+
assert!(!files.is_empty());
3535
remove_dir_all(&out_dir)?;
3636
Ok(())
3737
}

0 commit comments

Comments
 (0)