Skip to content

Commit 8ca3031

Browse files
authored
Apply suggestion from @d-v-b
1 parent 409bded commit 8ca3031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_metadata/test_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ class Expect[TIn, TOut]:
490490

491491
@dataclass(frozen=True)
492492
class ExpectErr[TIn]:
493-
"""An (input, expected output) pair for parametrized tests."""
493+
"""An (input, expected exception, msg) triplet for parametrized tests."""
494494

495495
input: TIn
496496
err_cls: type[Exception]

0 commit comments

Comments
 (0)