We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ff736 commit acb9744Copy full SHA for acb9744
1 file changed
tests/bibtex.rs
@@ -91,8 +91,7 @@ fn test_single_entry() {
91
92
#[test]
93
fn test_many() {
94
- TestCase::new("many", Some("cites"))
95
- .go();
+ TestCase::new("many", Some("cites")).go();
96
}
97
98
@@ -144,12 +143,10 @@ fn test_duplicated_style() {
144
143
145
146
fn test_bad_crossref() {
147
- TestCase::new("bad", Some("crossref"))
148
+ TestCase::new("bad", Some("crossref")).go();
149
150
151
152
fn test_min_crossref() {
153
- TestCase::new("min", Some("crossref"))
154
+ TestCase::new("min", Some("crossref")).go();
155
0 commit comments