Skip to content

Commit b6c0b1a

Browse files
committed
edit check-plugin-attrs.test checking error
1 parent b82db50 commit b6c0b1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2520,6 +2520,4 @@ class C:
25202520
obj = C(1)
25212521
attrs.evolve(obj, x=2)
25222522
attrs.evolve(obj, x="2")
2523-
attrs.evolve(obj, x=[])
2524-
attrs.evolve(obj, x="1",y="1")
25252523
[builtins fixtures/plugin_attrs.pyi]

0 commit comments

Comments
 (0)