Skip to content

Commit

Permalink
fix codefactor
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Jan 23, 2024
1 parent b15a5c7 commit 5e5328b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sample/items/test_gradient_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_default(self):
assert result.type, 'Gradient-layer'
assert result.interface is None
assert len(result.layers) == 10
assert result.layers.name == '0/1/2/3/4/5/6/7/8/9'
assert result.layers.name == '0/1/2/3/4/5/6/7/8/9'

def test_from_pars(self):
# When
Expand Down

0 comments on commit 5e5328b

Please sign in to comment.