JurgenR / aioslsk

SoulSeek client library using Python asyncio
GNU General Public License v3.0
17 stars 0 forks source link

fix: rename is_admin to is_direct #272

Closed JurgenR closed 2 months ago

JurgenR commented 2 months ago

Fixes #265

github-actions[bot] commented 2 months ago

Test Results

    9 files  ± 0      9 suites  ±0   8m 10s :stopwatch: -4s   703 tests  -  3    703 :white_check_mark:  -  3  0 :zzz: ±0  0 :x: ±0  6 327 runs   - 27  6 327 :white_check_mark:  - 27  0 :zzz: ±0  0 :x: ±0 

Results for commit 61689763. ± Comparison against base commit abb19cfa.

This pull request removes 4 and adds 1 tests. Note that renamed tests count towards both. ``` tests.unit.user.test_user_model.TestModelChatMessage ‑ test_isServerMessage[server-False-False] tests.unit.user.test_user_model.TestModelChatMessage ‑ test_isServerMessage[server-True-True] tests.unit.user.test_user_model.TestModelChatMessage ‑ test_isServerMessage[user-False-False] tests.unit.user.test_user_model.TestModelChatMessage ‑ test_isServerMessage[user-True-False] ``` ``` tests.unit.user.test_user_model.TestModelChatMessage ‑ test_isServerMessage ```

:recycle: This comment has been updated with latest results.