Skip to content

Commit 8618242

Browse files
committed
set number of networks to 14, should pass tests now
1 parent 4a5e635 commit 8618242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_toolkit_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_toolkit_file():
6565
# count is first:
6666
assert networks[0].tag == 'count'
6767
# update actual network count here:
68-
assert networks[0].text == '15'
68+
assert networks[0].text == '14'
6969

7070
# item_version next:
7171
assert networks[1].tag == 'item_version'

0 commit comments

Comments
 (0)