mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
update tests
Co-authored-by: Oleg A. <t0rr@mail.ru>
This commit is contained in:
parent
275416abc0
commit
2ea3c499f3
1 changed files with 1 additions and 5 deletions
|
|
@ -57,8 +57,4 @@ class TestStateFilter:
|
|||
class SG(StatesGroup):
|
||||
state = State()
|
||||
|
||||
assert SG.state is deepcopy(SG.state)
|
||||
assert SG.state is copy(SG.state)
|
||||
|
||||
assert SG is copy(SG)
|
||||
assert SG is deepcopy(SG)
|
||||
assert SG.state == copy(SG.state)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue