We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2f33b9 + fa1c6e3 commit eebd92eCopy full SHA for eebd92e
lmfdb/tests/test_dynamic_knowls.py
@@ -12,7 +12,7 @@ def test_Galois_group_knowl(self):
12
13
def test_conjugacy_classes_knowl(self):
14
L = self.tc.get('/knowledge/show/gg.conjugacy_classes.data?n=5&t=5', follow_redirects=True)
15
- assert '1,5,3,2' in L.get_data(as_text=True)
+ assert '1,3,4,5' in L.get_data(as_text=True)
16
17
def test_character_table_knowl(self):
18
L = self.tc.get('/knowledge/show/gg.character_table.data?n=5&t=5', follow_redirects=True)
0 commit comments