Skip to content

Commit ee5284d

Browse files
committed
fixed one BMF test to pass with the data
1 parent 1d1184a commit ee5284d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmfdb/bianchi_modular_forms/test_bmf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_search(self):
5353
Check that various search combinations work.
5454
"""
5555
self.check_args(base_url+"?field_label=2.0.7.1&level_norm=322&count=10", 'Results (4 matches)')
56-
self.check_args(base_url+"?start=0&include_base_change=off&include_cm=only&count=100", 'ModularForm/GL2/ImaginaryQuadratic/2.0.95.1/16.5/a/')
56+
self.check_args(base_url+"?start=0&include_base_change=off&include_cm=only&count=100", 'ModularForm/GL2/ImaginaryQuadratic/2.0.1007.1/9.1/a/')
5757

5858
# tests for newspace pages
5959
def test_newspace(self):

0 commit comments

Comments
 (0)