Skip to content

Commit

Permalink
Fix test and release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Aug 9, 2024
1 parent 0e67913 commit 4e21836
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/support/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ mod tests {
assert_eq!(trs["zh-CN"]["foo"], "Foo");

parse_file(content, "foo", "en").expect_err("Should error");
parse_file("", "yml", "en").expect_err("Should error");
}

#[test]
Expand Down

0 comments on commit 4e21836

Please sign in to comment.