Skip to content

Commit

Permalink
dklsfghs
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Feb 2, 2025
1 parent b8050a8 commit ec5857c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/test_event_pipeline/test_event_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
from inputremapper.injection.global_uinputs import GlobalUInputs, UInput
from inputremapper.injection.mapping_handlers.mapping_parser import MappingParser
from inputremapper.input_event import InputEvent
from tests.lib.cleanup import cleanup, clear_write_history
from tests.lib.cleanup import cleanup
from tests.lib.logger import logger
from tests.lib.constants import MAX_ABS, MIN_ABS
from tests.lib.fixtures import Fixture, fixtures
Expand Down Expand Up @@ -1475,7 +1475,6 @@ async def test_rel_to_abs_reset_multiple(self):
)
await asyncio.sleep(0.2)

clear_write_history()
self.global_uinputs.get_uinput("gamepad").write_history = []

async def test_rel_to_abs_with_input_switch(self):
Expand Down

0 comments on commit ec5857c

Please sign in to comment.