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 46b27b3 commit 8844d76Copy full SHA for 8844d76
main_test.go
@@ -216,7 +216,7 @@ caught: can't work for 24 hours!
216
--- p.Salary(24): caught: can't work for 24 hours!
217
--- Person.__init__
218
caught: argument 2 must be str, not int | err-type: <class 'TypeError'>
219
-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'>
220
*ERROR* no exception raised!
221
hi.Person{Name="name", Age=0}
222
hi.Person{Name="name", Age=42}
0 commit comments