Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Dec 11, 2024
1 parent d409577 commit c592b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/api_tracking/tests/test_csv_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_resource_with_token_csv(self, app, base_data):
]
rows = lines[1:]
# They are just two datasets
assert len(rows) == 2
assert len(rows) == 5
for row in rows:
fields = row.split(',')
if fields[0] == base_data.resource11['id']:
Expand Down

0 comments on commit c592b20

Please sign in to comment.