Skip to content

Commit eb47d43

Browse files
committed
fix test again
1 parent 3596887 commit eb47d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDAnalysisData/tests/test_package_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
def test_authors():
1111
authors = MDAnalysisData.__authors__
12-
assert authors[:5] == ["Irfan Alibay", "Oliver Beckstein", "Shujie Fan",
12+
assert authors[:6] == ["Irfan Alibay", "Oliver Beckstein", "Shujie Fan",
1313
"Richard J. Gowers", "Micaela Matta",
1414
"Lily Wang"]
1515

0 commit comments

Comments
 (0)