bindings: python: tests: fix duplicate test name
authorVincent Fazio <vfazio@xes-inc.com>
Thu, 14 Nov 2024 14:51:08 +0000 (08:51 -0600)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 19 Nov 2024 14:21:01 +0000 (15:21 +0100)
commit0f40c01a09c2aec7319fedf82eb171a37663912b
tree11b911a0b17ded486acebbf4351541a7f9175a9f
parent42308c2df11a6ec30661ba7d90a8afe368bb378b
bindings: python: tests: fix duplicate test name

Previously, the `test_rising_edge_event` test was defined twice.

The second instance of the test actually tested the falling edge event
and was shadowing the first test which tested the rising edge event.

Now, the second instance is renamed to `test_falling_edge_event` to
reflect what it is testing and to avoid the naming conflict.

Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
Link: https://lore.kernel.org/r/20241114145116.2123714-16-vfazio@xes-inc.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/tests/tests_edge_event.py