Skip to content

Commit

Permalink
✅ fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Mar 4, 2024
1 parent c33df93 commit 1c72553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def handle(bot: Bot):
"nick": "test",
"joined_at": 1000 * int(datetime.now().timestamp()),
},
"message": {"id": "abcde", "content": "<b>/tes</b>t"},
"message": {"id": "abcde", "content": "/test"},
},
),
)
Expand Down

0 comments on commit 1c72553

Please sign in to comment.