Skip to content

name_b property returns bc_a.name instead of bc_b.name #126

@CtrlCThenCtrlV

Description

@CtrlCThenCtrlV

TestReuslt's property name_b currently returns bc_a.name, but based on the naming and expected behavior, it should return bc_b.name or "None" if bc_bis missing.

@property
def name_b(self) -> str:
return self.bc_a.name if self.bc_a is not None else "None"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions