Skip to content

Commit

Permalink
Fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed Jan 4, 2025
1 parent d49eb69 commit f247713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lmfdb/abvar/fq/test_av.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@ def test_download_curves(self):
page = self.tc.get('Variety/Abelian/Fq/5/3/ac_e_ai_v_abl', follow_redirects=True)
assert 'Curves to text' not in page.get_data(as_text=True)

page = self.tc.get('Variety/Abelian/Fq/download_curves/3.17.d_b_act', follow_redirects=True)
assert 'No curves for abelian variety isogeny class 3.17.d_b_act' in page.get_data(as_text=True)
page = self.tc.get('Variety/Abelian/Fq/download_curves/5.3.ac_e_ai_v_abl', follow_redirects=True)
assert 'No curves for abelian variety isogeny class 5.3.ac_e_ai_v_abl' in page.get_data(as_text=True)

0 comments on commit f247713

Please sign in to comment.