Skip to content

Commit c4ff736

Browse files
committed
Fix empty is a directory issue on windows
1 parent 74e99e4 commit c4ff736

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/bibtex.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ fn test_many() {
9797

9898
#[test]
9999
fn test_empty_files() {
100-
TestCase::new("empty", Some("empty")).test_bbl(false).go()
100+
TestCase::new("empty", None).test_bbl(false).go()
101101
}
102102

103103
#[test]

0 commit comments

Comments
 (0)