Skip to content

Commit

Permalink
fix unit tests error
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Apr 21, 2023
1 parent 30d6bae commit fdda97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,5 @@ def test_reverse_func() -> None:

assert 'ami banglay gan gai' == avro.reverse('আমি বাংলায় গান গাই')
assert 'rahim, tomake korim dakche. ekhon ki rowna debe?' == avro.reverse(
'রাহিম, তোমাকে করিম ডাকছে ডাকচ্চে। এখন কি রওনা দেবে?'
'রাহিম, তোমাকে করিম ডাকছে। এখন কি রওনা দেবে?'
)

0 comments on commit fdda97d

Please sign in to comment.