Skip to content

Commit

Permalink
test: rename uai attributes raillabel to raillabel_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
tklockau committed Sep 4, 2023
1 parent 170ed9c commit df60cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_raillabel/format/understand_ai/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright DB Netz AG and contributors
# SPDX-License-Identifier: Apache-2.0

from .test_uai_attributes import attributes_raillabel, attributes_uai, attributes_uai_dict
from .test_uai_attributes import attributes_raillabel_dict, attributes_uai, attributes_uai_dict
from .test_uai_sensor_reference import (
sensor_camera_raillabel_dict,
sensor_camera_uai,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def attributes_uai() -> dict:
}

@pytest.fixture
def attributes_raillabel() -> dict:
def attributes_raillabel_dict() -> dict:
return {
"text": [
{
Expand Down

0 comments on commit df60cb4

Please sign in to comment.