We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e88c8e commit eddc00bCopy full SHA for eddc00b
main_test.go
@@ -215,7 +215,7 @@ caught: can't work for 24 hours!
215
--- p.Salary(24): caught: can't work for 24 hours!
216
--- Person.__init__
217
caught: argument 2 must be str, not int | err-type: <class 'TypeError'>
218
-caught: an integer is required (got type str) | err-type: <class 'TypeError'>
+caught: 'str' object cannot be interpreted as an integer | err-type: <class 'TypeError'>
219
*ERROR* no exception raised!
220
hi.Person{Name="name", Age=0}
221
hi.Person{Name="name", Age=42}
0 commit comments