Skip to content

Commit 73d99fd

Browse files
Ken KundertKen Kundert
authored andcommitted
fix test count
1 parent 745b33e commit 73d99fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_zdoctests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_manual():
3535
'../doc/examples.rst': 0,
3636
'../doc/index.rst': 35,
3737
'../doc/releases.rst': 0,
38-
'../doc/user.rst': 275,
38+
'../doc/user.rst': 281,
3939
}
4040
found = glob.glob('../doc/*.rst')
4141
for f in found:

0 commit comments

Comments
 (0)