We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1184a commit ee5284dCopy full SHA for ee5284d
lmfdb/bianchi_modular_forms/test_bmf.py
@@ -53,7 +53,7 @@ def test_search(self):
53
Check that various search combinations work.
54
"""
55
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/')
+ 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/')
57
58
# tests for newspace pages
59
def test_newspace(self):
0 commit comments