File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22.idea /
33.vscode /
44
5+ # System files
6+ .DS_Store
7+
58# Byte-compiled / optimized / DLL files / logs
69__pycache__ /
710* .py [cod ]
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ def test_get_method_descriptor_missing_name_and_func(self):
467467
468468 def test_get_method_descriptor_missing_params_and_func (self ):
469469 """Test error when neither params nor function is provided."""
470- with pytest .raises (ValueError , match = "Must provide either 'params ' or a 'func'" ):
470+ with pytest .raises (ValueError , match = "Must provide either 'param_types ' or a 'func' to infer parameter details. " ):
471471 get_method_descriptor (CallType .UNARY , name = "test_method" )
472472
473473 def test_get_method_descriptor_return_param_override (self ):
You can’t perform that action at this time.
0 commit comments