Skip to content

Commit 5645c51

Browse files
fix modbrowse test
1 parent 7bfb8a0 commit 5645c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmfdb/characters/test_characters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_even_odd(self):
3232

3333
def test_modbrowse(self):
3434
W = self.tc.get('/Character/Dirichlet/?modulus=41-60')
35-
assert 'Dirichlet/45/11' in W.get_data(as_text=True)
35+
assert '46.d' in W.get_data(as_text=True)
3636

3737
def test_search(self):
3838
W = self.tc.get('/Character/Dirichlet/?conductor=15&order=4')

0 commit comments

Comments
 (0)