Skip to content

Commit

Permalink
copy/paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Jan 10, 2025
1 parent d3605d0 commit 40a3971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,5 +326,5 @@ async def test_csv_unsorted(server):
lines = r.text.split('\n')
assert 'Test Title1' in lines[1]
assert 'Test Title2' in lines[2]
assert 'Test Title3' in lines[2]
assert 'Test Title4' in lines[2]
assert 'Test Title3' in lines[3]
assert 'Test Title4' in lines[4]

0 comments on commit 40a3971

Please sign in to comment.