Skip to content

Commit ef1baee

Browse files
committed
Remove redundant assertions in cheatsheets parser test
1 parent 0b05b7e commit ef1baee

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

application/tests/cheatsheets_parser_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ def test_register_supplemental_cheatsheets(self) -> None:
9191
["118-110", "724-770", "623-550"],
9292
[link.document.id for link in rest.links],
9393
)
94-
self.assertEqual(len(nodes), 1)
95-
self.assertEqual(expected.todict(), nodes[0].todict())
96-
9794

9895
cheatsheets_md = """ # Secrets Management Cheat Sheet
9996

0 commit comments

Comments
 (0)