Skip to content

Commit 0d0e8d3

Browse files
committed
fix/check-plugin-attrs.test&attrs.py_2\
1 parent c4716de commit 0d0e8d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test-data/unit/check-plugin-attrs.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2521,6 +2521,5 @@ obj = C(1)
25212521
attrs.evolve(obj, x=2)
25222522
attrs.evolve(obj, x="2")
25232523
attrs.evolve(obj, x=[])
2524-
attrs.evolve(obj, x={})
2525-
attrs.evolve(obj, x="1", y=2)
2524+
attrs.evolve(obj, x="1",y="1")
25262525
[builtins fixtures/plugin_attrs.pyi]

0 commit comments

Comments
 (0)