Fix: bt2: duplicate test name in _IntegerRangeTestCase
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 24 Sep 2019 19:16:05 +0000 (15:16 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 3 Oct 2019 14:45:11 +0000 (10:45 -0400)
commit9a51b5976eaad66552282bb0c7b12d26400869b5
treec4519e3113f8501baf06bcaa194c940c8d067b5f
parentdda7ee0a56bd5441abd380a6950da1fb2ef659be
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.024179 seconds and 4 git commands to generate.