Skip to content

Commit

Permalink
🔥 Remove test_contains_emoji function
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Sep 7, 2023
1 parent 3cd4cdd commit ccb4af3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,16 +212,4 @@ async def test_mapping_order(
assert type(result["timestamp"] is datetime)


@pytest.mark.asyncio
async def test_contains_no_emoji(fmo, order):
"""check emoji"""
result = await fmo.contains_emoji(order)
assert result is False


@pytest.mark.asyncio
async def test_contains_emoji(fmo,order_with_emoji):
"""check emoji"""
result = await fmo.contains_emoji(order_with_emoji)
assert result is True

0 comments on commit ccb4af3

Please sign in to comment.