Skip to content

Commit

Permalink
Update doc location.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Dec 3, 2024
1 parent 968e636 commit 00b0f7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/test_infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ def test_ops_testing_doc():
expected_names.add('Container')

found_names: typing.Set[str] = set()
for test_doc in ('docs/harness.rst', 'docs/state-transition-testing.rst'):
for test_doc in (
'docs/reference/api/ops-testing-harness.rst',
'docs/reference/api/ops-testing.rst',
):
with open(test_doc) as testing_doc:
found_names.update({
line.split(prefix, 1)[1].strip()
Expand Down

0 comments on commit 00b0f7a

Please sign in to comment.