From 9ffc743f1441eee21ec2069461076ea01d937ce5 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Mon, 16 Nov 2020 16:30:57 +0100 Subject: [PATCH] corrected test name --- tests/testcases/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testcases/linux.py b/tests/testcases/linux.py index cf07045f..a4d29312 100644 --- a/tests/testcases/linux.py +++ b/tests/testcases/linux.py @@ -25,7 +25,7 @@ from keymapper.linux import GetDevicesProcess class TestLinux(unittest.TestCase): - def test_create_preset_1(self): + def test_get_devices(self): class FakePipe: devices = None