Fix: bt2: duplicate test name in _IntegerRangeTestCase
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 24 Sep 2019 19:16:05 +0000 (15:16 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 26 Sep 2019 01:52:28 +0000 (21:52 -0400)
commit43ab0346d56b5d732e4a589ab0df48468c7568d8
treeea08c645c15e41fceca015a56c55467dfc8a9db4
parentfd4e623551b7acff1fb1c4deef31f62829d5a867
Fix: bt2: duplicate test name in _IntegerRangeTestCase

Flake8 reports:

    ./tests/bindings/python/bt2/test_integer_range_set.py:45:5: F811 redefinition of unused 'test_create_wrong_type_lower' from line 41

I think the issue is simply that the second instance should have `upper`
instead of `lower`.

Reported-by: flake8
Change-Id: Id03b801951b9ce64eb0264debdd8ed4c4e3a577e
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2091
tests/bindings/python/bt2/test_integer_range_set.py
This page took 0.023942 seconds and 4 git commands to generate.