mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 19:54:07 +00:00
Fix duplicated assignments
This commit is contained in:
@@ -72,7 +72,7 @@ class TestEnableEditing(NewFile):
|
||||
|
||||
class TestEnableEditingStyles(NewFile):
|
||||
def test_run(self):
|
||||
props = props = tool.Style.get_style_props()
|
||||
props = tool.Style.get_style_props()
|
||||
props.is_editing = False
|
||||
subject.enable_editing_styles()
|
||||
assert props.is_editing is True
|
||||
|
||||
Reference in New Issue
Block a user