Skip to content

Commit eebd92e

Browse files
authored
Merge pull request LMFDB#6475 from jwj61/fixtest
Fix test to match change in data Merging since a faulty test can mess up other pull requests
2 parents c2f33b9 + fa1c6e3 commit eebd92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmfdb/tests/test_dynamic_knowls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_Galois_group_knowl(self):
1212

1313
def test_conjugacy_classes_knowl(self):
1414
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)
15+
assert '1,3,4,5' in L.get_data(as_text=True)
1616

1717
def test_character_table_knowl(self):
1818
L = self.tc.get('/knowledge/show/gg.character_table.data?n=5&t=5', follow_redirects=True)

0 commit comments

Comments
 (0)