Skip to content

Commit 6d41761

Browse files
Update test to not expect object attributes to raise exception if you
pass an integer which could be an objRef.
1 parent fffba56 commit 6d41761

File tree

1 file changed

+1
-1
lines changed
  • webware/MiddleKit/Tests/MKTypeValueChecking.mkmodel

1 file changed

+1
-1
lines changed

webware/MiddleKit/Tests/MKTypeValueChecking.mkmodel/TestEmpty.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Blarg(object):
3434
typeErrors(f, blarg)
3535
typeErrors(f, sys.stdout)
3636
typeErrors(f, 1.0, ['f'])
37-
typeErrors(f, 1, 'b i l f'.split())
37+
typeErrors(f, 1, 'b i l f bar'.split())
3838

3939
# ValueErrors and others
4040
try:

0 commit comments

Comments
 (0)