Skip to content

Commit 4e21836

Browse files
committed
Fix test and release v3.1.1
1 parent 0e67913 commit 4e21836

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/support/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ mod tests {
326326
assert_eq!(trs["zh-CN"]["foo"], "Foo");
327327

328328
parse_file(content, "foo", "en").expect_err("Should error");
329-
parse_file("", "yml", "en").expect_err("Should error");
330329
}
331330

332331
#[test]

0 commit comments

Comments
 (0)