Skip to content

Commit acb9744

Browse files
committed
Format
1 parent c4ff736 commit acb9744

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

tests/bibtex.rs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ fn test_single_entry() {
9191

9292
#[test]
9393
fn test_many() {
94-
TestCase::new("many", Some("cites"))
95-
.go();
94+
TestCase::new("many", Some("cites")).go();
9695
}
9796

9897
#[test]
@@ -144,12 +143,10 @@ fn test_duplicated_style() {
144143

145144
#[test]
146145
fn test_bad_crossref() {
147-
TestCase::new("bad", Some("crossref"))
148-
.go();
146+
TestCase::new("bad", Some("crossref")).go();
149147
}
150148

151149
#[test]
152150
fn test_min_crossref() {
153-
TestCase::new("min", Some("crossref"))
154-
.go();
151+
TestCase::new("min", Some("crossref")).go();
155152
}

0 commit comments

Comments
 (0)